Description
All coolify services and containers are deployed on their own network (which is great). These networks are all external, which is less secure than internal. Please change the default to internal (for services in docker compose):
change this:
networks:
y84owso:
name: y84owso
external: true
to this:
networks:
y84owso:
name: y84owso
internal: true
Minimal Reproduction (if possible, example repository)
Inspect a network via the ID in the command line via ssh.
Exception or Error
No response
Version
v4.0.0-beta.297
Description
All coolify services and containers are deployed on their own network (which is great). These networks are all external, which is less secure than internal. Please change the default to internal (for services in docker compose):
change this:
to this:
Minimal Reproduction (if possible, example repository)
Inspect a network via the ID in the command line via ssh.
Exception or Error
No response
Version
v4.0.0-beta.297