Minor quality of life updates

This commit is contained in:
WilliamMiceli
2018-08-27 17:47:34 -04:00
parent 33a0cd0ff6
commit aa470d234d
2 changed files with 11 additions and 3 deletions

View File

@@ -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:

View File

@@ -24,3 +24,11 @@ catalog:
default: "1200"
required: true
type: string
- variable: DATA_DIR
label: "Data Directory"
description: |
The persistent data directory
default: "Personal/Traefik"
required: true
type: string