Files
illegitimate-bot/dev-compose.yml
Taken 9aabb92c5d well idk
Signed-off-by: Taken <taken@mairimashita.org>
2024-04-12 04:14:09 +02:00

15 lines
310 B
YAML

version: '3.7'
services:
db:
container_name: postgres
image: postgres
restart: unless-stopped
ports:
- 5432:5432
volumes:
- ./data:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=dev
- POSTGRES_USER=dev
- POSTGRES_DB=illegitimate