chore: add dummy postgres service for portainer debugging
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m9s

- Added a simple postgres service to test if Portainer is successfully pulling and applying stack updates from the repository.
This commit is contained in:
Cauê Faleiros
2026-03-25 14:48:24 -03:00
parent 83e6da2d56
commit fa683ab28c

View File

@@ -61,6 +61,15 @@ services:
networks:
- fasto-net
test-postgres:
image: postgres:15-alpine
environment:
POSTGRES_PASSWORD: dummy_password
deploy:
replicas: 1
networks:
- fasto-net
volumes:
db_data: