Skip to content

Commit

Permalink
ops: change restart policies of all containers
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Oct 12, 2023
1 parent 0ac721f commit ecd4e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- POSTGRES_USER
- POSTGRES_PASSWORD
- POSTGRES_DB
restart: unless-stopped
restart: always
api:
volumes:
- uploads:/app/priv/uploads
Expand All @@ -21,4 +21,4 @@ services:
- MAILER_API_KEY
- HOST_URL
- PORT
restart: unless-stopped
restart: always

0 comments on commit ecd4e5b

Please sign in to comment.