From 656b7d3789886956e90b59cffca1e73f6b11bc29 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Sun, 12 Mar 2023 13:46:13 +0100 Subject: [PATCH] Enable Postgres --- compose.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/compose.yaml b/compose.yaml index d6da386..c6a4c05 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,17 +14,17 @@ services: networks: - internal - # db: - # image: postgres:15 - # container_name: mc-db - # environment: - # TZ: Europe/Amsterdam - # POSTGRES_PASSWORD: dynmap123 - # volumes: - # - db-data:/var/lib/postgresql/data - # restart: unless-stopped - # networks: - # - internal + db: + image: postgres:15 + container_name: mc-db + environment: + TZ: Europe/Amsterdam + POSTGRES_PASSWORD: pkHkqgh6VQxG4TbnLzokJcfkG6UXfiU9 + volumes: + - db-data:/var/lib/postgresql/data + restart: unless-stopped + networks: + - internal # web: # image: php:8.2-apache