From 9ba332292d35bd03f11b2501ae2d1d6265d2491b Mon Sep 17 00:00:00 2001 From: Jonas Baumann Date: Sat, 7 Sep 2024 16:40:58 +0200 Subject: [PATCH] add image urls to prod docker compose --- compose-prod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose-prod.yml b/compose-prod.yml index 8e9b2b1..7b287fb 100644 --- a/compose-prod.yml +++ b/compose-prod.yml @@ -15,6 +15,7 @@ services: condition: service_started api: + image: ghcr.io/histify/geophotoradar/api:main build: context: api target: prod @@ -31,6 +32,7 @@ services: condition: service_started frontend: + image: ghcr.io/histify/geophotoradar/frontend:main build: context: frontend target: prod