Skip to content

Commit

Permalink
feat: Add automatic service restarts for all services
Browse files Browse the repository at this point in the history
  • Loading branch information
Armadillidiid committed Apr 7, 2024
1 parent 30be1d1 commit f952216
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
interval: 10s
timeout: 5s
retries: 5
restart: always

nginx:
build:
Expand All @@ -65,6 +66,7 @@ services:
- nginx-proxy
- nginx-proxy-gen
- nginx-proxy-acme
restart: always

nginx-proxy-gen:
image: nginxproxy/docker-gen
Expand Down Expand Up @@ -94,6 +96,7 @@ services:
- certs:/etc/nginx/certs
depends_on:
- nginx-proxy-gen
restart: always

nginx-proxy-acme:
image: nginxproxy/acme-companion
Expand Down

0 comments on commit f952216

Please sign in to comment.