Minor quality of life updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
|
||||||
|
|
||||||
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:latest
|
image: traefik:latest
|
||||||
command: --api --docker
|
command: --api --docker
|
||||||
@@ -20,8 +20,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /RancherConfig/Personal/Traefik/traefik.toml:/traefik.toml
|
- /RancherConfig/${DATA_DIR}/traefik.toml:/traefik.toml
|
||||||
- /RancherConfig/Personal/Traefik/acme.json:/acme.json
|
- /RancherConfig/${DATA_DIR}/acme.json:/acme.json
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
public-proxy:
|
public-proxy:
|
||||||
@@ -24,3 +24,11 @@ catalog:
|
|||||||
default: "1200"
|
default: "1200"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
- variable: DATA_DIR
|
||||||
|
label: "Data Directory"
|
||||||
|
description: |
|
||||||
|
The persistent data directory
|
||||||
|
default: "Personal/Traefik"
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
Reference in New Issue
Block a user