rfunds-online/docker-compose.yml

15 lines
358 B
YAML

services:
rfunds-online:
build: .
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.rfunds.rule=Host(`rfunds.online`) || Host(`www.rfunds.online`)"
- "traefik.http.services.rfunds.loadbalancer.server.port=3000"
networks:
- traefik-public
networks:
traefik-public:
external: true