Files
production-order-tiny/docker-compose.local-db.yml
Cauê Faleiros baade0a980
All checks were successful
production-orders-sync CI/CD / Test (push) Successful in 9m32s
production-orders-sync CI/CD / Build and Push Image (push) Successful in 11s
production-orders-sync CI/CD / Trigger Portainer (push) Successful in 2s
Make compose stack Portainer compatible
2026-07-02 15:18:44 -03:00

15 lines
313 B
YAML

services:
postgres:
image: postgres:16-alpine
environment:
POSTGRES_DB: graphs
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- "5432:5432"
volumes:
- production-orders-sync-postgres:/var/lib/postgresql/data
volumes:
production-orders-sync-postgres: