Fix the Docker Compose configuration and remove the database config from VCS

Fixes #2248.
This commit is contained in:
Jyri-Petteri Paloposki 2020-07-19 17:34:11 +03:00
parent 4d65a8f761
commit 2e40879123
3 changed files with 2 additions and 34 deletions

View file

@ -9,6 +9,8 @@ services:
- db-data:/var/lib/mysql
web:
build: .
environment:
DATABASE_USERNAME: root
volumes:
- ${VOLUME:-.:/app}
ports: