fix(docker-compose): use overlay network for Swarm compatibility

Dokploy uses Docker Swarm - bridge networks don't work across
Swarm services. Changed internal network to overlay+attachable.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-03-04 08:03:59 +00:00
parent 99d0c66626
commit eaf6b1fbaf

View File

@@ -37,6 +37,7 @@ volumes:
networks:
internal:
driver: bridge
driver: overlay
attachable: true
dokploy-network:
external: true