restart always to containers, adjusted date displaying

This commit is contained in:
2025-01-16 17:26:56 +01:00
parent 8f25f13838
commit d418daea55
4 changed files with 13 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ services:
- attachments:/usr/src/app/attachments
ports:
- "3000"
restart: always
depends_on:
db:
condition: service_healthy
@@ -33,6 +34,7 @@ services:
- ${CLIENT_PORT}:80
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf
restart: always
depends_on:
- relay-server
networks: