1
0
1Panel-Appstore/apps/deeplx/latest/docker-compose.yml

18 lines
361 B
YAML
Raw Normal View History

2023-11-17 00:25:53 +08:00
services:
deeplx:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:1188"
command: ["/app/deeplx", "-token", "${TOKEN_VAULE}"]
image: missuo/deeplx:latest
pull_policy: always
2023-11-17 00:25:53 +08:00
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true