fix: revert volumes configuration in docker-stack.yml to restore stack deployment immediately
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 44s Details

This commit is contained in:
Sidney Gomes 2026-07-21 18:56:47 -03:00
parent 3536b31e6f
commit 17c409ee6b
1 changed files with 0 additions and 3 deletions

View File

@ -41,8 +41,6 @@ services:
- DATABASE_URL=postgresql://microtecflix_user:MicrotecFlixSecurePass2026!@postgres-microtecflix:5432/microtecflix - DATABASE_URL=postgresql://microtecflix_user:MicrotecFlixSecurePass2026!@postgres-microtecflix:5432/microtecflix
- JWT_SECRET=microtecflix_jwt_secret_key_2026_super_secure - JWT_SECRET=microtecflix_jwt_secret_key_2026_super_secure
- ASAAS_ENVIRONMENT=sandbox - ASAAS_ENVIRONMENT=sandbox
volumes:
- appdata-microtecflix:/app/data
networks: networks:
- microtecflix-net - microtecflix-net
- network_public - network_public
@ -69,7 +67,6 @@ services:
volumes: volumes:
pgdata-microtecflix: pgdata-microtecflix:
appdata-microtecflix:
networks: networks:
microtecflix-net: microtecflix-net: