cineasthesia-home/docker-compose.yml

17 lines
464 B
YAML

services:
cineasthesia-home:
build: .
container_name: cineasthesia-home
restart: unless-stopped
networks:
- traefik-public
labels:
- "traefik.enable=true"
- "traefik.http.routers.cineasthesia-home.rule=Host(`home.cineasthesia.com`)"
- "traefik.http.routers.cineasthesia-home.entrypoints=web"
- "traefik.http.services.cineasthesia-home.loadbalancer.server.port=80"
networks:
traefik-public:
external: true