Skip to content

Commit

Permalink
Correct image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MurrayGroves committed Feb 29, 2024
1 parent 78f81b4 commit 38f82c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuous-development/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
services:
backend:
container_name: saferoute-backend
image: ghcr.io/murraygroves/saferoute/backend:dev
image: ghcr.io/murraygroves/saferoute/backend:latest
ports:
- 8920:8080
pull_policy: always

frontend:
container_name: cityfarm-frontend
image: ghcr.io/murraygroves/saferoute/frontend:dev
image: ghcr.io/murraygroves/saferoute/frontend:latest
environment:
- REACT_APP_HOSTPATH=https://saferoute.murraygrov.es
ports:
Expand Down

0 comments on commit 38f82c5

Please sign in to comment.