katheryn-website/cynthia-poetry/docker-compose.yml

19 lines
507 B
YAML

services:
cynthia-poetry:
build:
context: .
dockerfile: Dockerfile
container_name: cynthia-poetry
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.cynthia-staging.rule=Host(`cynthia-staging.jeffemmett.com`)"
- "traefik.http.routers.cynthia-staging.entrypoints=web"
- "traefik.http.services.cynthia-staging.loadbalancer.server.port=3000"
networks:
- traefik-public
networks:
traefik-public:
external: true