Enable Postgres

This commit is contained in:
2023-03-12 13:46:13 +01:00
parent b5d5499cc4
commit 656b7d3789

View File

@@ -14,17 +14,17 @@ services:
networks: networks:
- internal - internal
# db: db:
# image: postgres:15 image: postgres:15
# container_name: mc-db container_name: mc-db
# environment: environment:
# TZ: Europe/Amsterdam TZ: Europe/Amsterdam
# POSTGRES_PASSWORD: dynmap123 POSTGRES_PASSWORD: pkHkqgh6VQxG4TbnLzokJcfkG6UXfiU9
# volumes: volumes:
# - db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data
# restart: unless-stopped restart: unless-stopped
# networks: networks:
# - internal - internal
# web: # web:
# image: php:8.2-apache # image: php:8.2-apache