mirror of
https://github.com/simon987/music-graph-api.git
synced 2025-12-14 07:09:04 +00:00
Docker support, switch to pgsql, refactor, update neo4j
This commit is contained in:
@@ -7,6 +7,9 @@ WORKDIR /app/target
|
||||
FROM openjdk:11-jre-slim
|
||||
|
||||
ENV NEO4J_ADDR "localhost:7687"
|
||||
ENV PG_URL "localhost:5432/musicbrainz_db"
|
||||
ENV PG_USERNAME "musicbrainz"
|
||||
ENV PG_PASSWORD "musicbrainz"
|
||||
|
||||
COPY --from=build /app/target/music-graph-0.1-jar-with-dependencies.jar /app/
|
||||
WORKDIR /app/
|
||||
|
||||
Reference in New Issue
Block a user