Move docker containers to new PVE container
This commit is contained in:
14
ansible/roles/pve_docker/files/gotify/docker-compose.yml
Normal file
14
ansible/roles/pve_docker/files/gotify/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: "2.3"
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server:2.0.19
|
||||
environment:
|
||||
- TZ=Europe/London
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.gotify.rule=Host(`gotify.jakehoward.tech`)
|
||||
- traefik.http.routers.gotify.tls.certresolver=le
|
||||
- traefik.http.routers.gotify.middlewares=compress@file
|
Reference in New Issue
Block a user