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