Skip to content

Commit

Permalink
add restart policy to production docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Jan 6, 2022
1 parent dcdaf14 commit c92c40a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion camino/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
driver: syslog
options:
tag: ds_download_api
restart: always

nginx:
image: nginx
Expand All @@ -30,6 +31,7 @@ services:
driver: syslog
options:
tag: ds_download_nginx
restart: always

redis:
image: redis:6.2-alpine
Expand All @@ -39,6 +41,7 @@ services:
driver: syslog
options:
tag: ds_download_redis
restart: always

watchtower:
image: containrrr/watchtower
Expand All @@ -48,4 +51,5 @@ services:
logging:
driver: syslog
options:
tag: ds_download_redis
tag: ds_download_watchtower
restart: always

0 comments on commit c92c40a

Please sign in to comment.