From 65a0ee04740c70bd645d226f0d1c6f8542fca2ba Mon Sep 17 00:00:00 2001 From: SebastienBtr Date: Sat, 7 Nov 2020 16:25:46 +0100 Subject: [PATCH] update docker compose files --- services/auth/docker-compose.local.yaml | 35 +------------------------ services/auth/docker-compose.yaml | 2 -- 2 files changed, 1 insertion(+), 36 deletions(-) diff --git a/services/auth/docker-compose.local.yaml b/services/auth/docker-compose.local.yaml index cd4c9a2..0bb216f 100644 --- a/services/auth/docker-compose.local.yaml +++ b/services/auth/docker-compose.local.yaml @@ -5,40 +5,7 @@ services: - '${SERVER_PORT:-3505}:3500' networks: - kafka_broker - - prisma: - networks: - - postgres - environment: - PRISMA_CONFIG: | - port: 4466 - managementApiSecret: ${PRISMA_MANAGEMENT_API_SECRET:-wsflk897dh%£} - databases: - default: - connector: postgres - host: postgres - port: 5432 - user: postgres - password: postgres - - postgres: - image: postgres:10.3 - restart: always - networks: - - postgres - environment: - POSTGRES_DB: prisma - POSTGRES_USER: postgres - POSTGRES_PASSWORD: postgres - volumes: - - postgres-${ENV:-dev}:/var/lib/postgresql/data networks: kafka_broker: - external: true - postgres: - driver: bridge - -volumes: - postgres-dev: - postgres-test: \ No newline at end of file + external: true \ No newline at end of file diff --git a/services/auth/docker-compose.yaml b/services/auth/docker-compose.yaml index 7f19895..a317d60 100644 --- a/services/auth/docker-compose.yaml +++ b/services/auth/docker-compose.yaml @@ -10,8 +10,6 @@ services: - app logging: driver: ${LOGGING_DRIVER:-json-file} - environment: - PRISMA_MANAGEMENT_API_SECRET: ${PRISMA_MANAGEMENT_API_SECRET:-wsflk897dh%£} restart: always networks: