forgot to not take this with

This commit is contained in:
2026-04-05 16:31:12 +02:00
parent a4191658c5
commit 2bfda1f362
+7 -7
View File
@@ -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