add restart always to all applications

This commit is contained in:
2024-05-31 15:50:42 -05:00
parent 45b51a603a
commit 363057dada
11 changed files with 17 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ services:
traefik.http.services.homepage.loadbalancer.server.port: 3000
networks:
traefik: null
restart: always
volumes:
- config:/app/config
- images:/app/public/images
@@ -25,6 +26,7 @@ services:
networks:
traefik: null
privileged: true
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro