From 651b402e644788d6be42a4cf3f96f3d37405d1b1 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Sun, 21 Mar 2021 14:52:09 +0100 Subject: [PATCH] Remove local postgres --- docker-compose.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 54a8486..4f477f3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -55,19 +55,6 @@ services: environment: - "DISCORD_WEBHOOK=${PROMETHEUS_DISCORD_WEBHOOK}" - postgres: - # Don't upgrade PostgreSQL by simply changing the version number - # You need to migrate the Database to the new PostgreSQL version - # When creating for the first time, - # you need to create codimd and cas users and databases. - image: postgres:9.6-alpine - restart: always - environment: - - POSTGRES_USER=postgres - - "POSTGRES_PASSWD=${POSTGRES_PASSWD}" - volumes: - - ./postgres_data:/var/lib/postgresql/data - codimd: build: codimd restart: always