1
0

(refactor) Remove env files and scripts, update config files

This commit is contained in:
pooneyy
2025-09-04 00:36:13 +08:00
parent 0906288534
commit 89fbe837f1
1566 changed files with 1159 additions and 15329 deletions

View File

@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
ikaros:
image: suwmlee/ikaros:2.6.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:12346
volumes:
- ${IKAROS_ROOT_PATH}/media:/media
- ${IKAROS_ROOT_PATH}/data:/app/data
environment:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai