Skip to content

Commit

Permalink
Correct image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Nov 1, 2024
1 parent be878bc commit 316dab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ services:
POSTGRES_PASSWORD: 'password'
POSTGRES_DB: 'twfy-votes'
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
test: [ "CMD-SHELL", "pg_isready -U postgres" ]
interval: 5s
timeout: 5s
retries: 5
working_dir: /app
web:
image: mysociety/twfy-votes:${TAG:-latest}
image: mysociety/twfy-votes-django:${TAG:-latest}
build: .
command: /app/script/server --development
volumes:
Expand All @@ -42,4 +42,4 @@ services:
volumes:
pgdata:
build:
node_modules:
node_modules:

0 comments on commit 316dab0

Please sign in to comment.