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: