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