feat(starvpn-node): update to version 1.2.6
- update docker image tag from 1.2.5 to 1.2.6 - make container name configurable via environment variable - standardize labels formatting
This commit is contained in:
parent
62617cda23
commit
3b27afb71a
|
|
@ -1,12 +1,12 @@
|
||||||
services:
|
services:
|
||||||
stars-node:
|
stars-node:
|
||||||
image: registry.cn-beijing.aliyuncs.com/ld_beijing/stars.node:1.2.5
|
image: registry.cn-beijing.aliyuncs.com/ld_beijing/stars.node:1.2.6
|
||||||
restart: always
|
restart: always
|
||||||
container_name: stars.node
|
container_name: ${CONTAINER_NAME}
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
environment:
|
environment:
|
||||||
- SERVER_ADDR=${SERVER_ADDR}
|
- SERVER_ADDR=${SERVER_ADDR}
|
||||||
- ALLOW_COMMUNITY=${STARS_ACCOUNT}
|
- ALLOW_COMMUNITY=${STARS_ACCOUNT}
|
||||||
- TOKEN=${TOKEN}
|
- TOKEN=${TOKEN}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: Apps
|
||||||
Loading…
Reference in New Issue