mirror of
https://github.com/simon987/music-graph-api.git
synced 2025-12-17 00:29:05 +00:00
Add compose file
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3"
|
||||
services:
|
||||
mg_api:
|
||||
image: simon987/music-graph-api
|
||||
environment:
|
||||
- "NEO4J_ADDR=localhost:7687"
|
||||
- "PG_URL=localhost:5432/musicbrainz_db"
|
||||
- "PG_USERNAME=musicbrainz"
|
||||
- "PG_PASSWORD=musicbrainz"
|
||||
mg_ui:
|
||||
image: simon987/music-graph-ui
|
||||
ports:
|
||||
- 8080:80
|
||||
Reference in New Issue
Block a user