diff --git a/docker-compose.yml b/docker-compose.yml index f6b6831..b25dee4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -56,6 +56,7 @@ services: - "4502:5432" volumes: - ./init.sql:/docker-entrypoint-initdb.d/init.sql + - ./init2.sql:/docker-entrypoint-initdb.d/init2.sql - ./postgres-data:/var/lib/postgresql/data environment: POSTGRES_USER: postgres @@ -64,21 +65,6 @@ services: options: max-size: "1m" max-file: "3" - - postgres-test: - image: postgres:10.4 - restart: always - ports: - - "4505:5432" - volumes: - - ./init2.sql:/docker-entrypoint-initdb.d/init.sql - environment: - POSTGRES_USER: postgres - POSTGRES_DB: ngsplanner2 - logging: - options: - max-size: "1m" - max-file: "3" frontend: build: