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`) || Host(`home.cinesthesia.art`)" - "traefik.http.routers.cineasthesia-home.entrypoints=web" - "traefik.http.services.cineasthesia-home.loadbalancer.server.port=80" networks: traefik-public: external: true