Skip to content
Snippets Groups Projects
Commit 191da763 authored by julian's avatar julian
Browse files

fixed missing service name change

parent aec03312
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
volumes: volumes:
- ./postgres/initdb/02-initdb_edge_id_no_uuid_index.sql:/docker-entrypoint-initdb.d/02-initdb.sql:ro - ./postgres/initdb/02-initdb_edge_id_no_uuid_index.sql:/docker-entrypoint-initdb.d/02-initdb.sql:ro
pg_inserter: pg_insert:
environment: environment:
- EDGE_INSERTS=EDGE_INSERTS - EDGE_INSERTS=EDGE_INSERTS
- UUID_EDGES= - UUID_EDGES=
...@@ -4,7 +4,7 @@ services: ...@@ -4,7 +4,7 @@ services:
- ./postgres/initdb/02-initdb_edge_id.sql:/docker-entrypoint-initdb.d/02-initdb.sql:ro - ./postgres/initdb/02-initdb_edge_id.sql:/docker-entrypoint-initdb.d/02-initdb.sql:ro
- ./postgres/initdb/03-initdb_trigger_edge_id.sql:/docker-entrypoint-initdb.d/03-initdb.sql:ro - ./postgres/initdb/03-initdb_trigger_edge_id.sql:/docker-entrypoint-initdb.d/03-initdb.sql:ro
pg_inserter: pg_insert:
environment: environment:
- EDGE_INSERTS= - EDGE_INSERTS=
- UUID_EDGES= - UUID_EDGES=
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
volumes: volumes:
- ./postgres/initdb/02-initdb_edge_id.sql:/docker-entrypoint-initdb.d/02-initdb.sql:ro - ./postgres/initdb/02-initdb_edge_id.sql:/docker-entrypoint-initdb.d/02-initdb.sql:ro
pg_inserter: pg_insert:
environment: environment:
- EDGE_INSERTS=EDGE_INSERTS - EDGE_INSERTS=EDGE_INSERTS
- UUID_EDGES= - UUID_EDGES=
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
volumes: volumes:
- ./postgres/initdb/02-initdb_edge_uuid.sql:/docker-entrypoint-initdb.d/02-initdb.sql:ro - ./postgres/initdb/02-initdb_edge_uuid.sql:/docker-entrypoint-initdb.d/02-initdb.sql:ro
pg_inserter: pg_insert:
environment: environment:
- EDGE_INSERTS=EDGE_INSERTS - EDGE_INSERTS=EDGE_INSERTS
- UUID_EDGES=UUID_EDGES - UUID_EDGES=UUID_EDGES
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment