Skip to content

Commit

Permalink
fix: update image pull policy
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jun 22, 2023
1 parent 7a5a440 commit a895455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ops/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:

web:
image: caffeinejena/cheminformatics-python-microservice:dev-latest
pull_policy: always
labels:
- "traefik.enable=true"
- "traefik.http.routers.web.rule=Host(`dev.api.naturalproducts.net`)"
Expand Down
1 change: 1 addition & 0 deletions ops/docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:

web:
image: caffeinejena/cheminformatics-python-microservice:dev-latest
pull_policy: always
labels:
- "traefik.enable=true"
- "traefik.http.routers.web.rule=Host(`api.naturalproducts.net`)"
Expand Down

0 comments on commit a895455

Please sign in to comment.