elle-o-elle/docker-compose.yml

18 lines
531 B
YAML

services:
elle-o-elle:
build: .
container_name: elle-o-elle
restart: unless-stopped
networks:
- traefik-public
labels:
- "traefik.enable=true"
# HTTP router (for Cloudflare tunnel which sends HTTP to port 80)
- "traefik.http.routers.elle-o-elle.rule=Host(`elle-o-elle.lol`) || Host(`www.elle-o-elle.lol`)"
- "traefik.http.routers.elle-o-elle.entrypoints=web"
- "traefik.http.services.elle-o-elle.loadbalancer.server.port=80"
networks:
traefik-public:
external: true