Skip to content
Snippets Groups Projects
Commit 068981f0 authored by julian's avatar julian
Browse files

removed unnecessary directory specification from configs and secrets, renamed...

removed unnecessary directory specification from configs and secrets, renamed postgres_pass to .postgres_pass
parent ec066f7c
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -2,4 +2,5 @@ services:
postgres:
volumes:
- ./data/theia.zip:/data.zip:ro
- ./postgres/initdb/initdb.py:/docker-entrypoint-initdb.d/initdb.py:ro
- ./postgres/initdb/01-initdb_load_data.sql:/docker-entrypoint-initdb.d/01-initdb.sql:ro
......@@ -48,7 +48,6 @@ services:
start_period: 5s
start_interval: 1s
volumes:
- ./postgres/initdb/initdb.py:/docker-entrypoint-initdb.d/initdb.py:ro
- ./postgres/initdb/00-initdb.sql:/docker-entrypoint-initdb.d/00-initdb.sql:ro
configs:
- postgres_conf
......@@ -73,12 +72,12 @@ services:
configs:
postgres_conf:
file: ./postgresql.conf
file: postgresql.conf
pgadmin_server_conf:
file: ./servers.json
file: servers.json
secrets:
pgpass:
file: ./.pgpass
file: .pgpass
postgres_db_pass:
file: ./postgres_pass
file: .postgres_pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment