Spaces:
Configuration error
Configuration error
File size: 298 Bytes
a6b8569 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | services:
postgres:
image: postgres:17
container_name: jobs-postgres
environment:
POSTGRES_USER: admin
POSTGRES_PASSWORD: password
POSTGRES_DB: jobs
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
volumes:
postgres_data: |