protopunk-salon/docker-compose.yml

18 lines
509 B
YAML

services:
protopunk-salon:
build: .
container_name: protopunk-salon
restart: unless-stopped
networks:
- traefik-public
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-public"
- "traefik.http.routers.protopunk.rule=Host(`protopunk.salon`) || Host(`www.protopunk.salon`)"
- "traefik.http.routers.protopunk.entrypoints=web"
- "traefik.http.services.protopunk.loadbalancer.server.port=80"
networks:
traefik-public:
external: true