From 5afa982cf33d3a7cb8b024cfbbab10b49f1c49b1 Mon Sep 17 00:00:00 2001 From: codl Date: Wed, 10 Aug 2022 09:37:13 +0200 Subject: [PATCH] docker-compose: use image from ghcr --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ba5e325..18e4f77 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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