0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Added pull_policy=never to all compose.yml files

This commit is contained in:
Chris Raible 2024-10-24 12:56:24 -07:00
parent 2e5cc8c30a
commit 7bb38b4237
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ services:
ghost:
build:
target: base-devcontainer
pull_policy: never
command: ["sleep", "infinity"]
environment:
- DEVCONTAINER=true

View file

@ -6,6 +6,7 @@ services:
ghost:
build:
target: development
pull_policy: never
command: ["yarn", "dev"]
volumes:
- ../../.yarncache:/workspaces/ghost/.yarncache

View file

@ -4,6 +4,7 @@ services:
ghost:
build:
target: full-devcontainer
pull_policy: never
command: ["sleep", "infinity"]
environment:
- DEVCONTAINER=true