Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Use CyVerse Dockerhub images
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin McLean committed Jun 6, 2019
1 parent 8d5256f commit b909366
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.atmo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
POSTGRES_PASSWORD: 'atmosphere_db_pass'

atmosphere:
image: 'calvinmclean/atmosphere:latest'
image: 'cyverse/atmosphere:latest'
entrypoint: '/root/test.sh'
depends_on:
- 'postgres'
4 changes: 2 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ services:
TROPO_DB_NAME: 'troposphere'

atmosphere:
image: 'calvinmclean/atmosphere:latest'
image: 'cyverse/atmosphere:latest'
depends_on:
- 'postgres'

troposphere:
image: 'calvinmclean/troposphere:latest'
image: 'cyverse/troposphere:latest'
depends_on:
- 'atmosphere'
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.tropo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
POSTGRES_DB: 'troposphere_db'

troposphere:
image: 'calvinmclean/troposphere:latest'
image: 'cyverse/troposphere:latest'
entrypoint: '/root/test.sh'
depends_on:
- 'postgres'

0 comments on commit b909366

Please sign in to comment.