Skip to content

Commit

Permalink
Set pull_policy to always
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jun 9, 2024
1 parent bdf84ae commit 467bd95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:

web:
image: "ghcr.io/zeuswpi/tap:latest"
pull_policy: always
ports:
- "3008:3000"
volumes:
Expand All @@ -27,6 +28,7 @@ services:

sidekiq:
image: "ghcr.io/zeuswpi/tap:latest"
pull_policy: always
depends_on:
- db
- redis
Expand Down

0 comments on commit 467bd95

Please sign in to comment.