docker-compose: use image from ghcr

This commit is contained in:
codl 2022-08-10 09:37:13 +02:00
parent 0fdff9ff6e
commit 5afa982cf3
1 changed files with 6 additions and 6 deletions

View File

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