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:
parent
2e5cc8c30a
commit
7bb38b4237
3 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ services:
|
|||
ghost:
|
||||
build:
|
||||
target: base-devcontainer
|
||||
pull_policy: never
|
||||
command: ["sleep", "infinity"]
|
||||
environment:
|
||||
- DEVCONTAINER=true
|
||||
|
|
|
@ -6,6 +6,7 @@ services:
|
|||
ghost:
|
||||
build:
|
||||
target: development
|
||||
pull_policy: never
|
||||
command: ["yarn", "dev"]
|
||||
volumes:
|
||||
- ../../.yarncache:/workspaces/ghost/.yarncache
|
||||
|
|
|
@ -4,6 +4,7 @@ services:
|
|||
ghost:
|
||||
build:
|
||||
target: full-devcontainer
|
||||
pull_policy: never
|
||||
command: ["sleep", "infinity"]
|
||||
environment:
|
||||
- DEVCONTAINER=true
|
||||
|
|
Loading…
Add table
Reference in a new issue