mirror of
https://github.com/runyanjake/cooking.git
synced 2026-03-26 01:43:17 -07:00
18 lines
475 B
YAML
18 lines
475 B
YAML
services:
|
|
recipes:
|
|
container_name: recipes
|
|
build: .
|
|
restart: unless-stopped
|
|
networks:
|
|
- traefik
|
|
labels:
|
|
- "traefik.enable=true"
|
|
- "traefik.http.routers.cooking.rule=Host(`recipes.whitney.rip`)"
|
|
- "traefik.http.routers.cooking.entrypoints=websecure"
|
|
- "traefik.http.routers.cooking.tls.certresolver=lets-encrypt"
|
|
- "traefik.http.services.cooking.loadbalancer.server.port=3000"
|
|
|
|
networks:
|
|
traefik:
|
|
external: true
|