Merge branch 'main' of https://github.com/arch3rPro/1Panel-Appstore
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
ani-rss:
|
||||
image: wushuo894/ani-rss:v2.1.4
|
||||
image: wushuo894/ani-rss:v2.1.5
|
||||
container_name: ani-rss
|
||||
restart: always
|
||||
environment:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
npc:
|
||||
image: duan2001/npc:v0.30.6
|
||||
image: duan2001/npc:v0.31.0
|
||||
restart: always
|
||||
network_mode: host
|
||||
command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY}
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
nps:
|
||||
image: duan2001/nps:v0.30.6
|
||||
image: duan2001/nps:v0.31.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
|
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 389 B |
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 829 KiB After Width: | Height: | Size: 829 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
@@ -5,7 +5,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.234
|
||||
image: chaitin/safeline-mgt:9.2.0
|
||||
image: chaitin/safeline-mgt:9.2.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||