1
0

feat:添加easytier到列表

This commit is contained in:
okxlin
2024-10-13 17:10:36 +08:00
parent e1e979a87a
commit f6b02458c6
19 changed files with 490 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
easytier:
image: "easytier/easytier:latest"
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
privileged: ${PRIVILEGED_MODE}
hostname: ${HOSTNAME}
environment:
- TZ=${TIME_ZONE}
volumes:
- ${DATA_PATH}:/root
command: ${COMMAND}
labels:
createdBy: "Apps"