16 lines
419 B
YAML
16 lines
419 B
YAML
services:
|
|
flow-funding:
|
|
build: .
|
|
restart: unless-stopped
|
|
labels:
|
|
- "traefik.enable=true"
|
|
- "traefik.http.routers.flow-funding.rule=Host(`flowidity.io`) && PathPrefix(`/tbff`)"
|
|
- "traefik.http.routers.flow-funding.priority=100"
|
|
- "traefik.http.services.flow-funding.loadbalancer.server.port=3000"
|
|
networks:
|
|
- traefik-public
|
|
|
|
networks:
|
|
traefik-public:
|
|
external: true
|