cineasthesia-landing/docker-compose.yml

17 lines
506 B
YAML

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