mirror of
https://github.com/simon987/music-graph-api.git
synced 2025-04-03 14:23:00 +00:00
Add compose file
This commit is contained in:
parent
253ccd25d4
commit
72aa59591e
3
.gitignore
vendored
3
.gitignore
vendored
@ -23,4 +23,5 @@
|
||||
hs_err_pid*
|
||||
|
||||
.idea/
|
||||
target/
|
||||
target/
|
||||
*.iml
|
||||
|
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
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4" />
|
Loading…
x
Reference in New Issue
Block a user