Skip to content

Commit

Permalink
add image urls to prod docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jone committed Sep 7, 2024
1 parent e9e3839 commit 9ba3322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
condition: service_started

api:
image: ghcr.io/histify/geophotoradar/api:main
build:
context: api
target: prod
Expand All @@ -31,6 +32,7 @@ services:
condition: service_started

frontend:
image: ghcr.io/histify/geophotoradar/frontend:main
build:
context: frontend
target: prod
Expand Down

0 comments on commit 9ba3322

Please sign in to comment.