Added portainer & traefik

This commit is contained in:
Jef Roosens 2021-12-11 16:59:48 +01:00
parent 7f3383bf0c
commit e189517d27
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
6 changed files with 27 additions and 129 deletions

View file

@ -3,7 +3,7 @@ version: '3'
services:
app:
image: 'portainer/portainer-ce:2.11.0-alpine'
image: 'portainer/portainer-ce:{{ portainer_version }}-alpine'
command: '-H tcp://tasks.agent:9001 --tlsskipverify'
deploy:
@ -29,7 +29,7 @@ services:
- '8000:8000'
agent:
image: 'portainer/agent:2.9.3-alpine'
image: 'portainer/agent:{{ portainer_version }}-alpine'
deploy:
mode: global