restart always to containers, adjusted date displaying
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user