Skip to content

Commit

Permalink
Merge pull request #1835 from SEED-platform/oep-email-update
Browse files Browse the repository at this point in the history
Update to OEP Version 1.1
  • Loading branch information
nllong committed Mar 6, 2019
2 parents 6893d15 + 44276d1 commit bbb4430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ echo "Tagging local containers"
docker tag seedplatform/seed:latest 127.0.0.1:5000/seed
docker tag seedplatform/postgres-seed:11.1 127.0.0.1:5000/postgres-seed
docker tag redis:5.0.1 127.0.0.1:5000/redis
docker tag seedplatform/oep:1.0.0-SNAPSHOT 127.0.0.1:5000/oep
docker tag seedplatform/oep:1.1 127.0.0.1:5000/oep

sleep 3
echo "Pushing tagged versions to local registry"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
- seed_media:/seed/media
oep-city-1:
# This is a placeholder. If needed, follow the instructions to enable: https://cloud.docker.com/u/seedplatform/repository/docker/seedplatform/oep
image: seedplatform/oep:1.0.0-SNAPSHOT
image: seedplatform/oep:1.1
depends_on:
- web
environment:
Expand Down

0 comments on commit bbb4430

Please sign in to comment.