Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Explicit container name plus dashboard/debug config, refs #603
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 25, 2021
1 parent 6cc9bf8 commit 8ad3d8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ services:
POSTGRES_DB: vaccinate
POSTGRES_PASSWORD: postgres
web:
container_name: vial_web
build:
context: .
dockerfile: Dockerfile.dev
command: python manage.py runserver 0.0.0.0:3000
environment:
DATABASE_URL: postgres://postgres:postgres@database:5432/vaccinate
DASHBOARD_DATABASE_URL: postgres://postgres:postgres@database:5432/vaccinate
DEBUG: 1
volumes:
- .:/app
ports:
Expand Down

0 comments on commit 8ad3d8f

Please sign in to comment.