mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 10:15:12 +00:00
♻️ 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
@@ -6,8 +6,5 @@ set -e
|
||||
TAG=${TAG} \
|
||||
FRONTEND_ENV=${FRONTEND_ENV-production} \
|
||||
docker-compose \
|
||||
-f docker-compose.deploy.build.yml \
|
||||
-f docker-compose.deploy.images.yml \
|
||||
config > docker-stack.yml
|
||||
|
||||
docker-compose -f docker-stack.yml build
|
||||
-f docker-compose.yml \
|
||||
build
|
||||
|
||||
Reference in New Issue
Block a user