Today
This commit is contained in:
@@ -2,13 +2,7 @@
|
|||||||
exec > /4server/data/log/system_pull.log 2>&1
|
exec > /4server/data/log/system_pull.log 2>&1
|
||||||
echo "$(date '+%Y-%m-%d %H:%M') Pulling images"
|
echo "$(date '+%Y-%m-%d %H:%M') Pulling images"
|
||||||
|
|
||||||
docker ps -a --format '{{.Image}}' \
|
docker ps --format '{{.Image}}' \
|
||||||
| grep -vE '^[0-9a-f]{12,}$' \
|
| grep -vE '^[0-9a-f]{12,}$' \
|
||||||
| sort -u \
|
| sort -u \
|
||||||
| xargs -n1 docker pull
|
| xargs -n1 docker pull
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ docker run -d --name "$UUID" \
|
|||||||
-e GIT="$GIT" \
|
-e GIT="$GIT" \
|
||||||
--label "$DOMAIN_LABEL" \
|
--label "$DOMAIN_LABEL" \
|
||||||
--label "traefik.http.services.$UUID.loadbalancer.server.port=8069" \
|
--label "traefik.http.services.$UUID.loadbalancer.server.port=8069" \
|
||||||
--label "traefic.http.routers.$UUID.entrypoints=web, websecure" \
|
--label "traefik.http.routers.$UUID.entrypoints=web, websecure" \
|
||||||
--label "traefik.http.routers.$UUID.tls.certresolver=production" \
|
--label "traefik.http.routers.$UUID.tls.certresolver=production" \
|
||||||
--label "traefik.http.routers.$UUID.tls=true" \
|
--label "traefik.http.routers.$UUID.tls=true" \
|
||||||
--label "traefik.http.routers.$UUID.service=$UUID" \
|
--label "traefik.http.routers.$UUID.service=$UUID" \
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user