api-qobiltu-dev / docker-compose.yaml
lifedebugger's picture
Deploy files from GitHub repository
ecee9f6
services:
postgres:
container_name: postgres
image: postgres
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=password
- POSTGRES_DB=qobiltu
ports:
- 5432:5432