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