Miscellaneous code and documentation updates

This commit is contained in:
2026-04-05 16:27:42 +02:00
parent 00cff1eb7e
commit a4191658c5
32 changed files with 346 additions and 105 deletions
+7 -7
View File
@@ -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