chore(deps): update missuo/deeplx docker tag to v1.1.0 (#2671)
This commit is contained in:
16
apps/deeplx/1.1.0/docker-compose.yml
Normal file
16
apps/deeplx/1.1.0/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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:v1.1.0
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user