Delete dockge directory

This commit is contained in:
2024-11-28 17:57:04 +08:00
committed by GitHub
parent 90a255e9b8
commit 373a561487
522 changed files with 0 additions and 16814 deletions
-25
View File
@@ -1,25 +0,0 @@
networks:
1panel-network:
external: true
services:
slink:
container_name: slink
env_file:
- ./envs/global.env
- .env
environment:
- USER_PASSWORD_MIN_LENGTH=8
- USER_PASSWORD_REQUIREMENTS=15
- IMAGE_MAX_SIZE=15M
- STORAGE_PROVIDER=local
image: anirdev/slink:v1.2.1
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
restart: always
volumes:
- ${SLINK_ROOT_PATH}/data:/app/var/data
- ${SLINK_ROOT_PATH}/images:/app/slink/images