mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 01:01:02 +08:00
- update docker image tag from 1.2.5 to 1.2.6 - make container name configurable via environment variable - standardize labels formatting
13 lines
329 B
YAML
13 lines
329 B
YAML
services:
|
|
stars-node:
|
|
image: registry.cn-beijing.aliyuncs.com/ld_beijing/stars.node:1.2.6
|
|
restart: always
|
|
container_name: ${CONTAINER_NAME}
|
|
network_mode: "host"
|
|
environment:
|
|
- SERVER_ADDR=${SERVER_ADDR}
|
|
- ALLOW_COMMUNITY=${STARS_ACCOUNT}
|
|
- TOKEN=${TOKEN}
|
|
labels:
|
|
createdBy: Apps
|