mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Fix the Docker Compose configuration and remove the database config from VCS
Fixes #2248.
This commit is contained in:
parent
4d65a8f761
commit
2e40879123
3 changed files with 2 additions and 34 deletions
|
|
@ -9,6 +9,8 @@ services:
|
|||
- db-data:/var/lib/mysql
|
||||
web:
|
||||
build: .
|
||||
environment:
|
||||
DATABASE_USERNAME: root
|
||||
volumes:
|
||||
- ${VOLUME:-.:/app}
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue