♻️ 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

@@ -7,4 +7,4 @@ TAG=${TAG} \
FRONTEND_ENV=${FRONTEND_ENV-production} \
. ./scripts/build.sh
docker-compose -f docker-stack.yml push
docker-compose -f docker-compose.yml push