mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 00:24:16 +01:00
16 lines
278 B
YAML
16 lines
278 B
YAML
version: '3'
|
|
|
|
services:
|
|
home:
|
|
networks:
|
|
- traefik
|
|
labels:
|
|
- traefik.enable=true
|
|
- traefik.port=80
|
|
- traefik.docker.network=traefik
|
|
- traefik.backend=home
|
|
- traefik.frontend.rule=Host:nicco.io
|
|
|
|
networks:
|
|
traefik:
|
|
external: true |