12 lines
256 B
YAML
12 lines
256 B
YAML
services:
|
|
nats-ui:
|
|
image: hub.p42.ru/redirsvr/nats-ui:latest
|
|
container_name: nats-ui
|
|
ports:
|
|
- 0.0.0.0:8080:8080
|
|
volumes:
|
|
- ./config.yaml:/app/config.yaml:ro
|
|
restart: unless-stopped
|
|
environment:
|
|
- TZ=Asia/Bangkok
|