17 lines
478 B
YAML
17 lines
478 B
YAML
services:
|
|
bondingcurve-prod:
|
|
build: .
|
|
container_name: bondingcurve-prod
|
|
restart: unless-stopped
|
|
labels:
|
|
- "traefik.enable=true"
|
|
- "traefik.http.routers.bondingcurve.rule=Host(`bondingcurve.tech`) || Host(`www.bondingcurve.tech`)"
|
|
- "traefik.http.routers.bondingcurve.entrypoints=web"
|
|
- "traefik.http.services.bondingcurve.loadbalancer.server.port=80"
|
|
networks:
|
|
- traefik-public
|
|
|
|
networks:
|
|
traefik-public:
|
|
external: true
|