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:
@@ -37,6 +37,7 @@ volumes:
|
||||
|
||||
networks:
|
||||
internal:
|
||||
driver: bridge
|
||||
driver: overlay
|
||||
attachable: true
|
||||
dokploy-network:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user