Skip to content
Snippets Groups Projects
Commit 09d8f6e7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix datacore environment variable usage

parent 68e5741a
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ services:
app:
image: registry.lakedrops.com/docker/maven-build/maven
restart: unless-stopped
command: java -jar /app/datacore.jar --spring.profiles.active=DATACORE_PROFILE_PLACEHOLDER --assets.basic.path=DATACORE_DATA_DIRECTORY_PLACEHOLDER --assets.real-estate.path=DATACORE_DATA_DIRECTORY_PLACEHOLDER --assets.basic.json.path=/data/ --assets.basic.json.filename.prefix=basic-inventory --assets.real-estate.json.path=/data/ --assets.real-estate.json.filename.prefix=realestate-inventory --spring.datasource.url=jdbc:mysql://db/datacore?serverTimezone=UTC'&'useSSL=false --spring.datasource.username=datacore --spring.datasource.password=datacore --server.port=4100 --alerta.host=alerta --alerta.port=20202
command: java -jar /app/datacore.jar --spring.profiles.active=DATACORE_PROFILE_PLACEHOLDER --assets.basic.path=/data/DATACORE_DATA_DIRECTORY_PLACEHOLDER/ --assets.real-estate.path=/data/DATACORE_DATA_DIRECTORY_PLACEHOLDER/ --assets.basic.json.path=/data/ --assets.basic.json.filename.prefix=basic-inventory --assets.real-estate.json.path=/data/ --assets.real-estate.json.filename.prefix=realestate-inventory --spring.datasource.url=jdbc:mysql://db/datacore?serverTimezone=UTC'&'useSSL=false --spring.datasource.username=datacore --spring.datasource.password=datacore --server.port=4100 --alerta.host=alerta --alerta.port=20202
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment