1
0
Fork 0

chore(docker-compose): updated services names

This commit is contained in:
sido 2018-03-17 21:42:53 +01:00
parent 9f5f3f0806
commit 687cd33d9d
1 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
app:
molgenis:
image: registry.webhosting.rug.nl/molgenis/molgenis:latest
ports:
- 8080
@ -6,7 +6,7 @@
- app
- elasticsearch
volumes:
- app-data
- molgenis-data
environment:
- "db_uri=jdbc:postgresql://postgres/${DB_SCHEME}?reWriteBatchedInserts=true&autosave=CONSERVATIVE"
- "db_driver=org.postgresql.Driver"
@ -24,7 +24,7 @@
traefik.enable: true
traefik.port: 8080
db:
postgres:
image: postgres:9.6-alpine
environment:
- POSTGRES_USER=molgenis
@ -32,7 +32,7 @@
- POSTGRES_DB=${DB_SCHEME}
- PGDATA=/var/lib/postgresql/data/pgdata
volumes:
- db-data
- postgres-data
ports:
- 5432
labels:
@ -61,14 +61,14 @@
- 9200
- 9300
volumes:
- es-data
- elastic-data
labels:
#io.rancher.sidekicks: elasticsearch-data
io.rancher.scheduler.global: true
volumes:
db-data:
app-data:
es-data:
postgres-data:
molgenis-data:
elastic-data:
driver: local