mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2024-11-16 04:12:20 +08:00
12 lines
234 B
YAML
12 lines
234 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
deeplx:
|
|
image: ghcr.io/owo-network/deeplx:latest
|
|
restart: always
|
|
ports:
|
|
- "1188:1188"
|
|
# environment:
|
|
# - TOKEN=helloworld
|
|
# - AUTHKEY=xxxxxxx:fx
|
|
# - DL_SESSION=xxxxxx |