mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
10 lines
232 B
YAML
10 lines
232 B
YAML
version: '3'
|
|
services:
|
|
wownero-explorer:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
labels:
|
|
- "traefik.http.routers.whoami.rule=Host(`<external dns name>`)"
|
|
environment:
|
|
DAEMON_URI: ${DAEMON_URI}
|