add restart always to all applications
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user