mirror of
https://github.com/runyanjake/cooking.git
synced 2026-03-26 01:43:17 -07:00
17 lines
446 B
YAML
17 lines
446 B
YAML
services:
|
|
cooking:
|
|
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=letsencrypt"
|
|
- "traefik.http.services.cooking.loadbalancer.server.port=3000"
|
|
|
|
networks:
|
|
traefik:
|
|
external: true
|