You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
I use traefik as a proxy to allow multiple subdomains to be served under the same HTTP/HTTPS ports.
The traefik service uses the network ingress_www.
$ docker network ls |ingress_www
lk000000 ingress_www overlay swarm
To decouple the proxy service from the other service artifacts I created an additional dockerapp to hook into the traefik infrastructure.
But when I fire this up:
The docker-app commands seems to encapsulate the networks for the installation, ignoring the external: true statement.
I derive that from the Create network statement.
I would have expected, that external networks are still possible.
When I carve out the docker-compose.yml part and deploy it as a stack, it just updates the service.
Description
I use traefik as a proxy to allow multiple subdomains to be served under the same HTTP/HTTPS ports.
The traefik service uses the network
ingress_www
.To decouple the proxy service from the other service artifacts I created an additional dockerapp to hook into the traefik infrastructure.
But when I fire this up:
Describe the results you received:
The
docker-app
commands seems to encapsulate the networks for the installation, ignoring theexternal: true
statement.I derive that from the
Create network
statement.Describe the results you expected:
I would have expected, that external networks are still possible.
When I carve out the docker-compose.yml part and deploy it as a stack, it just updates the service.
Output of
docker version
:Output of
docker-app version
:Additional environment details (AWS, VirtualBox, physical, etc.):
Running ubuntu 18.04 on a VMware node.
The text was updated successfully, but these errors were encountered: