This commit is contained in:
Richard Toth
2026-03-03 09:03:24 +01:00
parent 6e3428c1f3
commit 7ee9cd429e
2 changed files with 2 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
HOST= HOST=
LETSENCRYPT_EMAIL= LETSENCRYPT_EMAIL=
HOST_API= HOST_API=
RESTART=

View File

@@ -5,9 +5,7 @@ services:
ports: ports:
- 3000:3000 - 3000:3000
- 5003:5003 - 5003:5003
restart: always restart: ${RESTART}
depends_on:
- peppermint_postgres
networks: networks:
- web - web
environment: environment: