Skip to content

Commit

Permalink
fix(docker): use latest tag for prod environment
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff committed Oct 13, 2019
1 parent 64170c9 commit 991a60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
POSTGRES_PASSWORD: "${PW_POSTGRES}"

oms-discounts:
image: aegee/oms-discounts:stable
image: aegee/oms-discounts:latest
volumes:
- oms-discounts-media:/usr/app/media
- shared:/usr/app/shared:ro
Expand Down

0 comments on commit 991a60f

Please sign in to comment.