2
0
mirror of https://github.com/codl/forget synced 2024-12-25 06:32:15 +01:00

docker-compose: use image from ghcr

This commit is contained in:
codl 2022-08-10 09:37:13 +02:00
parent 0fdff9ff6e
commit 5afa982cf3

View File

@ -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