gitea, traefik, portainer: Update to latest versions

This commit is contained in:
Kacper Donat 2021-10-05 22:08:41 +02:00
parent 8a13da2995
commit 1e9ba5cbfa
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ volumes:
services:
server:
image: gitea/gitea:1.14.2
image: gitea/gitea:1.15.0
environment:
- USER_UID={{ git_user.uid }}
- USER_GID={{ git_user.group }}

View File

@ -2,7 +2,7 @@ version: '{{ compose_version }}'
services:
agent:
image: portainer/agent:2.5.1
image: portainer/agent:2.9.0
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
@ -14,7 +14,7 @@ services:
constraints: [node.platform.os == linux]
portainer:
image: portainer/portainer-ce:2.5.1
image: portainer/portainer-ce:2.9.0
command: -H tcp://tasks.agent:9001 --tlsskipverify
volumes:
- portainer_data:/data

View File

@ -2,7 +2,7 @@ version: "{{ compose_version }}"
services:
ingress:
image: traefik:v2.4
image: traefik:v2.5
ports:
- 80:80
- 443:443