Skip to content

Commit

Permalink
Remove :latest from cache_from directives
Browse files Browse the repository at this point in the history
  • Loading branch information
josephine-wolf-oberholtzer committed May 16, 2024
1 parent 14ed8f3 commit 4b84b39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
api:
build:
cache_from:
- ghcr.io/josephine-wolf-oberholtzer/praetor:latest
- ghcr.io/josephine-wolf-oberholtzer/praetor
context: .
dockerfile: ./Dockerfile
cap_add: [SYS_NICE]
Expand All @@ -25,7 +25,7 @@ services:
PRAETOR_S3_ENDPOINT_URL: http://minio:9000
PRAETOR_S3_SECRET_ACCESS_KEY: minioadmin
PRAETOR_SCSYNTH_ENABLED: "${PRAETOR_SCSYNTH_ENABLED:-true}"
image: ghcr.io/josephine-wolf-oberholtzer/praetor:latest
image: ghcr.io/josephine-wolf-oberholtzer/praetor
ports:
- 8000:8000
shm_size: 256m
Expand All @@ -39,7 +39,7 @@ services:
worker:
build:
cache_from:
- ghcr.io/josephine-wolf-oberholtzer/praetor:latest
- ghcr.io/josephine-wolf-oberholtzer/praetor
context: .
dockerfile: ./Dockerfile
command:
Expand All @@ -63,7 +63,7 @@ services:
PRAETOR_S3_ENDPOINT_URL: http://minio:9000
PRAETOR_S3_SECRET_ACCESS_KEY: minioadmin
PRAETOR_SCSYNTH_ENABLED: "${PRAETOR_SCSYNTH_ENABLED:-true}"
image: ghcr.io/josephine-wolf-oberholtzer/praetor:latest
image: ghcr.io/josephine-wolf-oberholtzer/praetor
volumes:
- ./:/app
- ./data/:/data
Expand Down

0 comments on commit 4b84b39

Please sign in to comment.