12 lines
408 B
YAML
12 lines
408 B
YAML
version: "3"
|
|
services:
|
|
olivetin:
|
|
image: jamesread/olivetin
|
|
container_name: olivetin
|
|
volumes:
|
|
./config:/config
|
|
labels:
|
|
- traefik.http.routers.olivetin.rule=Host(`run.jafner.net`)
|
|
- traefik.http.routers.olivetin.tls.certresolver=lets-encrypt
|
|
- traefik.http.services.olivetin.loadbalancer.server.port=1337
|
|
- traefik.http.routers.olivetin.middlewares=authelia@file |