mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
16 lines
316 B
YAML
16 lines
316 B
YAML
services:
|
|
xui:
|
|
build:
|
|
context: .
|
|
target: builder
|
|
working_dir: /app
|
|
volumes:
|
|
- .:/app
|
|
- ./dev/db:/etc/x-ui
|
|
environment:
|
|
XUI_BIN_FOLDER: /app/dev/bin
|
|
XUI_DB_FOLDER: /etc/x-ui
|
|
XUI_LOG_LEVEL: debug
|
|
XUI_DEBUG: "true"
|
|
command: ["go","run","./main.go"]
|