Update restart policy for 'manage' service in production

Changed the restart policy of the 'manage' service to 'no' from 'unless-stopped' in the production override file. This may help avoid unintended restarts during specific scenarios.
main
Arne Schauf 3 weeks ago
parent 28843761fd
commit b84e446c5d
  1. 2
      docker-compose.prod.override.yml

@ -14,7 +14,7 @@ services:
- traefik.http.services.feohomepage.loadbalancer.server.port=8000
-
manage:
restart: unless-stopped
restart: no
networks:
- default
- db

Loading…
Cancel
Save