Compare commits
No commits in common. "dad5c65ae90d0b6ca59c4b251c1d5c5f6d04e218" and "89303197d25f483937ae1f241c25f7d2e152d9cb" have entirely different histories.
dad5c65ae9
...
89303197d2
5 changed files with 2 additions and 20 deletions
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: gitea/gitea:1
|
image: gitea/gitea:1.13
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/gitea_data:/data
|
- ${VOLUMES_PATH}/gitea_data:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v2.4
|
image: traefik:v2.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- "--api.insecure=false"
|
- "--api.insecure=false"
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#/bin/bash/
|
|
||||||
|
|
||||||
for dir in ./*/ ; do
|
|
||||||
(cd "$dir" && echo "[$dir]" && docker-compose pull);
|
|
||||||
done
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#/bin/bash/
|
|
||||||
|
|
||||||
for dir in ./*/ ; do
|
|
||||||
(cd "$dir" && echo "[$dir]" && docker-compose up -d);
|
|
||||||
done
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#/bin/bash/
|
|
||||||
|
|
||||||
for dir in ./*/ ; do
|
|
||||||
(cd "$dir" && echo "[$dir]" && docker-compose up -d);
|
|
||||||
done
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue