Miscellaneous code and documentation updates
This commit is contained in:
+7
-7
@@ -3,11 +3,11 @@ services:
|
||||
# image: git.hiddenden.cafe/hiddenden/cozy-den:latest
|
||||
build: .
|
||||
container_name: cozy-den
|
||||
# ports:
|
||||
# - "3000:3000"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
# networks:
|
||||
# - proxy
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- HOST=0.0.0.0
|
||||
@@ -22,6 +22,6 @@ services:
|
||||
volumes:
|
||||
guestbook_data:
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
# networks:
|
||||
# proxy:
|
||||
# external: true
|
||||
|
||||
Reference in New Issue
Block a user