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