Skip to content

[Improvement]: All networks/destinations in coolify are created as external -> change this to internal #2502

@peaklabs-dev

Description

@peaklabs-dev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions