15 lines
427 B
YAML
15 lines
427 B
YAML
|
services:
|
||
|
realipprinter:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
ports:
|
||
|
- 3001:8080
|
||
|
environment:
|
||
|
- LISTEN=0.0.0.0:8080
|
||
|
labels:
|
||
|
- "traefik.enable=true"
|
||
|
- "traefik.http.routers.realipprinter.rule=Host(`realipoutput.proxy.neur0tx.site`)"
|
||
|
- "traefik.http.routers.realipprinter.entrypoints=web"
|
||
|
- "traefik.http.services.realipprinter.loadbalancer.server.port=8080"
|