From 17c409ee6b02434f882c395b529bf08d0187a20f Mon Sep 17 00:00:00 2001 From: Sidney Gomes Date: Tue, 21 Jul 2026 18:56:47 -0300 Subject: [PATCH] fix: revert volumes configuration in docker-stack.yml to restore stack deployment immediately --- docker-stack.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-stack.yml b/docker-stack.yml index ce837dd..a31d1c0 100644 --- a/docker-stack.yml +++ b/docker-stack.yml @@ -41,8 +41,6 @@ services: - DATABASE_URL=postgresql://microtecflix_user:MicrotecFlixSecurePass2026!@postgres-microtecflix:5432/microtecflix - JWT_SECRET=microtecflix_jwt_secret_key_2026_super_secure - ASAAS_ENVIRONMENT=sandbox - volumes: - - appdata-microtecflix:/app/data networks: - microtecflix-net - network_public @@ -69,7 +67,6 @@ services: volumes: pgdata-microtecflix: - appdata-microtecflix: networks: microtecflix-net: