♻️ 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:
Sebastián Ramírez
2020-04-19 16:44:12 +02:00
committed by GitHub
parent 283bc7c95b
commit 2afe4159ab
25 changed files with 250 additions and 325 deletions

View File

@@ -3,12 +3,11 @@
# Exit in case of error
set -e
DOMAIN=backend SMTP_HOST="" \
DOMAIN=backend \
SMTP_HOST="" \
TRAEFIK_PUBLIC_NETWORK_IS_EXTERNAL=false \
docker-compose \
-f docker-compose.shared.base-images.yml \
-f docker-compose.shared.env.yml \
-f docker-compose.shared.depends.yml \
-f docker-compose.deploy.build.yml \
-f docker-compose.yml \
config > docker-stack.yml
docker-compose -f docker-stack.yml build