Skip to content

Commit

Permalink
Merge pull request #122 from ricardogsilva/114-add-restart-policy-on-…
Browse files Browse the repository at this point in the history
…staging-docker-compose-file

Added restart policy to staging compose file
  • Loading branch information
francbartoli authored Jun 5, 2024
2 parents 5db75ba + 9a7a414 commit 19c2d52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/compose.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,26 @@ services:
- type: bind
source: $HOME/data/arpav-ppcv/netcdf-uncertainty-example
target: /home/appuser/data/additional
restart: unless-stopped

legacy-db:
env_file:
- *env-file-legacy-db
volumes:
- legacy-db-data:/var/lib/postgresql/data
restart: unless-stopped

db:
env_file:
- *env-file-db
volumes:
- db-data:/var/lib/postgresql/data
restart: unless-stopped

martin:
env_file:
- *env-file-webapp
restart: unless-stopped

thredds:
image: unidata/thredds-docker:5.4
Expand All @@ -80,6 +84,7 @@ services:
- type: bind
source: /home/arpav/data/arpav-ppcv/netcdf-uncertainty-example
target: /additional
restart: unless-stopped

volumes:
db-data:
Expand Down

0 comments on commit 19c2d52

Please sign in to comment.