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