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