Minor quality of life updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
version: '2'
|
||||
services:
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:latest
|
||||
command: --api --docker
|
||||
@@ -20,8 +20,8 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /RancherConfig/Personal/Traefik/traefik.toml:/traefik.toml
|
||||
- /RancherConfig/Personal/Traefik/acme.json:/acme.json
|
||||
- /RancherConfig/${DATA_DIR}/traefik.toml:/traefik.toml
|
||||
- /RancherConfig/${DATA_DIR}/acme.json:/acme.json
|
||||
|
||||
networks:
|
||||
public-proxy:
|
||||
@@ -23,4 +23,12 @@ catalog:
|
||||
The port to access the dashboard interface on.
|
||||
default: "1200"
|
||||
required: true
|
||||
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