Latest minor versions of traefik and gitea
This commit is contained in:
parent
83ce7893ee
commit
dad5c65ae9
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: gitea/gitea:1.13
|
image: gitea/gitea:1
|
||||||
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.3
|
image: traefik:v2.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- "--api.insecure=false"
|
- "--api.insecure=false"
|
||||||
|
|
Loading…
Reference in a new issue