1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-03-23 16:19:05 +00:00
parent 42b43dfa2a
commit 8d0d6a82c0
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
easytier:
image: "easytier/easytier:v2.2.4"
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
privileged: ${PRIVILEGED_MODE}
hostname: ${HOSTNAME}
environment:
- TZ=${TIME_ZONE}
volumes:
- ${DATA_PATH}:/root
- ${CONFIG_FILE_PATH}:${CONFIG_FILE_PATH_INTERNAL}
command: ${COMMAND}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true