Merge branch 'patch/add-apps' into localApps
This commit is contained in:
21
apps/termix/release-1.7.3/docker-compose.yml
Normal file
21
apps/termix/release-1.7.3/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
termix:
|
||||
image: ghcr.io/lukegus/termix:release-1.7.3
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
PORT: "8080"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user