mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 14:15:48 +02:00
Added portainer & traefik
This commit is contained in:
parent
7f3383bf0c
commit
e189517d27
6 changed files with 27 additions and 129 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue