♻️ Simplify Docker Compose files and deployment (#153)
* ♻️ Simplify Docker Compose files and deployment * 🔧 Remove TRAEFIK_PUBLIC_NETWORK_IS_EXTERNAL from .env
This commit is contained in:

committed by
GitHub

parent
283bc7c95b
commit
2afe4159ab
@@ -8,17 +8,9 @@ TRAEFIK_TAG=${TRAEFIK_TAG} \
|
||||
STACK_NAME=${STACK_NAME} \
|
||||
TAG=${TAG} \
|
||||
docker-compose \
|
||||
-f docker-compose.shared.admin.yml \
|
||||
-f docker-compose.shared.base-images.yml \
|
||||
-f docker-compose.shared.depends.yml \
|
||||
-f docker-compose.shared.env.yml \
|
||||
-f docker-compose.deploy.command.yml \
|
||||
-f docker-compose.deploy.images.yml \
|
||||
-f docker-compose.deploy.labels.yml \
|
||||
-f docker-compose.deploy.networks.yml \
|
||||
-f docker-compose.deploy.volumes-placement.yml \
|
||||
-f docker-compose.yml \
|
||||
config > docker-stack.yml
|
||||
|
||||
docker-auto-labels docker-stack.yml
|
||||
|
||||
docker stack deploy -c docker-stack.yml --with-registry-auth ${STACK_NAME}
|
||||
docker stack deploy -c docker-stack.yml --with-registry-auth "${STACK_NAME}"
|
||||
|
Reference in New Issue
Block a user