Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MurrayGroves authored Apr 25, 2024
1 parent 945bb19 commit c61727e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion continuous-development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
ports:
- 8920:8080
pull_policy: always
restart_policy: unless_stopped

frontend:
container_name: cityfarm-frontend
Expand All @@ -13,4 +14,5 @@ services:
- REACT_APP_HOSTPATH=https://saferoute.murraygrov.es
ports:
- 8921:3000
pull_policy: always
pull_policy: always
restart_policy: unless_stopped

0 comments on commit c61727e

Please sign in to comment.