Remove versão do Docker Compose e ajusta configuração das redes no docker-compose.yml

This commit is contained in:
2026-04-24 21:44:21 -05:00
parent 0f9cdf290c
commit 0cd6027b78

View File

@@ -1,5 +1,3 @@
version: "3.8"
services:
nest-stack:
build:
@@ -21,7 +19,10 @@ services:
- "com.neststack.managed=true"
networks:
- proxy-net
- postgres-18_default
networks:
proxy-net:
external: true
postgres-18_default:
external: true