chore: remove temporary postgres testing service
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m6s

- The portainer webhook testing service fulfilled its purpose and is no longer needed.
This commit is contained in:
Cauê Faleiros
2026-03-25 15:03:39 -03:00
parent fa683ab28c
commit d148984028

View File

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