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
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 44s
Details
This commit is contained in:
parent
3536b31e6f
commit
17c409ee6b
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue