Migrated to traefik proxy

This commit is contained in:
PB
2022-11-30 02:22:50 +01:00
parent 943b1cb30e
commit 1c68b310b7
18 changed files with 237 additions and 156 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# RUN IN REPO ROOT DIR !!
export IMAGE_NAME="git.pbiernat.dev/egommerce/apigw-svc"
export IMAGE_NAME="git.pbiernat.dev/egommerce/api-gateway"
echo $DOCKER_PASSWORD | docker login git.pbiernat.dev -u $DOCKER_USERNAME --password-stdin
docker push "$IMAGE_NAME:latest"