mirror of
https://github.com/codl/forget
synced 2024-12-25 14:42:41 +01:00
docker-compose: use image from ghcr
This commit is contained in:
parent
0fdff9ff6e
commit
5afa982cf3
@ -2,8 +2,8 @@ services:
|
||||
www:
|
||||
build:
|
||||
context: ./
|
||||
image: codl/forget
|
||||
pull_policy: build
|
||||
image: ghcr.io/codl/forget
|
||||
pull_policy: missing
|
||||
restart: always
|
||||
volumes:
|
||||
- type: bind
|
||||
@ -29,8 +29,8 @@ services:
|
||||
worker:
|
||||
build:
|
||||
context: ./
|
||||
image: codl/forget
|
||||
pull_policy: build
|
||||
image: ghcr.io/codl/forget
|
||||
pull_policy: missing
|
||||
restart: always
|
||||
volumes:
|
||||
- type: bind
|
||||
@ -56,8 +56,8 @@ services:
|
||||
beat:
|
||||
build:
|
||||
context: ./
|
||||
image: codl/forget
|
||||
pull_policy: build
|
||||
image: ghcr.io/codl/forget
|
||||
pull_policy: missing
|
||||
restart: always
|
||||
volumes:
|
||||
- type: bind
|
||||
|
Loading…
Reference in New Issue
Block a user