Skip to content

Commit

Permalink
reorder services
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Mar 8, 2025
1 parent d57372e commit e90401f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
services:
web:
build: ./web
ports:
- 443:443
depends_on:
- app
app:
build: .
command: gunicorn --bind 0.0.0.0:5000 -w 4 --access-logfile - --error-logfile - govuk-frontend-flask:app
Expand All @@ -22,9 +28,3 @@ services:
restart: always
expose:
- 6379
web:
build: ./web
ports:
- 443:443
depends_on:
- app

0 comments on commit e90401f

Please sign in to comment.