Enable Postgres
This commit is contained in:
22
compose.yaml
22
compose.yaml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user