15 lines
391 B
YAML
15 lines
391 B
YAML
services:
|
|
valley-commons:
|
|
build: .
|
|
restart: unless-stopped
|
|
labels:
|
|
- "traefik.enable=true"
|
|
- "traefik.http.routers.valley-commons.rule=Host(`valleyofthecommons.org`) || Host(`www.valleyofthecommons.org`)"
|
|
- "traefik.http.services.valley-commons.loadbalancer.server.port=80"
|
|
networks:
|
|
- traefik-public
|
|
|
|
networks:
|
|
traefik-public:
|
|
external: true
|