mixr-api/db/docker-compose.yml

15 lines
349 B
YAML
Raw Permalink Normal View History

2024-02-25 00:20:51 +01:00
version: '3.8'
services:
postgres:
image: postgres:latest
environment:
POSTGRES_DB: mixr-db
POSTGRES_USER: mixr-api
POSTGRES_PASSWORD: mypassword
ports:
- "5432:5432"
# Optional: Uncomment the following line to mount a volume for persistence
# volumes:
# - /path/on/host:/var/lib/postgresql/data