17 lines
417 B
YAML
17 lines
417 B
YAML
services:
|
|
rfunds-online:
|
|
build:
|
|
context: ..
|
|
dockerfile: rfunds-online/Dockerfile
|
|
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
|