Make compose stack Portainer compatible
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

This commit is contained in:
Cauê Faleiros
2026-07-02 15:18:44 -03:00
parent 511add34c8
commit baade0a980
3 changed files with 40 additions and 22 deletions

View File

@@ -0,0 +1,14 @@
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: