New traefik version and pull-all script
This commit is contained in:
parent
6c8bbaf8ac
commit
cad7bccf84
4 changed files with 22 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: "3.3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: "traefik:v2.2"
|
image: traefik:v2.3
|
||||||
restart: always
|
restart: always
|
||||||
command:
|
command:
|
||||||
- "--api.insecure=true"
|
- "--api.insecure=true"
|
||||||
|
|
21
pull-all.sh
Executable file
21
pull-all.sh
Executable file
|
@ -0,0 +1,21 @@
|
||||||
|
#/bin/bash/
|
||||||
|
|
||||||
|
cd proxy/
|
||||||
|
docker-compose pull
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
cd heimdall/
|
||||||
|
docker-compose pull
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
cd portainer/
|
||||||
|
docker-compose pull
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
cd smartHome/
|
||||||
|
docker-compose pull
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
cd monitoring/
|
||||||
|
docker-compose pull
|
||||||
|
cd ..
|
0
start-all.sh
Normal file → Executable file
0
start-all.sh
Normal file → Executable file
0
stop-all.sh
Normal file → Executable file
0
stop-all.sh
Normal file → Executable file
Loading…
Reference in a new issue