Add traggo deployment

This commit is contained in:
Marty Oehme 2021-10-24 10:55:46 +02:00
parent d41763f0dc
commit 3f944df048
Signed by: Marty
GPG key ID: B7538B8F50A1C800
11 changed files with 219 additions and 0 deletions

View file

@ -0,0 +1,19 @@
version: '3.7'
services:
app:
image: {{ stack_image }}:{{ traggo_version }}
networks:
- "{{ docker_swarm_public_network_name }}"
volumes:
- data:/opt/traggo/data
environment:
- TRAGGO_DEFAULT_USER_NAME={{ traggo_username }}
- TRAGGO_DEFAULT_USER_PASS={{ traggo_password }}
volumes:
data:
networks:
"{{ docker_swarm_public_network_name }}":
external: true