update docker compose to plugin
This commit is contained in:
parent
bd44c40572
commit
16a1437cd2
0
dev/download.sh
Normal file → Executable file
0
dev/download.sh
Normal file → Executable file
14
dev/nextweb/adminer/4.8.1/docker-compose.yml
Normal file
14
dev/nextweb/adminer/4.8.1/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
adminer:
|
||||||
|
image: adminer:4.8.1-standalone
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:8080
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/changedetectionio/0.45/docker-compose.yml
Normal file
17
dev/nextweb/changedetectionio/0.45/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
changedetection:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:5000"
|
||||||
|
volumes:
|
||||||
|
- "./data:/datastore"
|
||||||
|
image: dgtlmoon/changedetection.io:0.45
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
16
dev/nextweb/cloudbeaver/24.2.2/docker-compose.yml
Normal file
16
dev/nextweb/cloudbeaver/24.2.2/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
cloudbeaver:
|
||||||
|
image: dbeaver/cloudbeaver:24.2.2
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:8978
|
||||||
|
volumes:
|
||||||
|
- ./data:/opt/cloudbeaver/workspace
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
16
dev/nextweb/cloudbeaver/24.2.3/docker-compose.yml
Normal file
16
dev/nextweb/cloudbeaver/24.2.3/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
cloudbeaver:
|
||||||
|
image: dbeaver/cloudbeaver:24.2.3
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:8978
|
||||||
|
volumes:
|
||||||
|
- ./data:/opt/cloudbeaver/workspace
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
13
dev/nextweb/ddns-go/5.6.6/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/5.6.6/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v5.6.6
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/5.6.7/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/5.6.7/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v5.6.7
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/5.7.0/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/5.7.0/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v5.7.0
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/5.7.1/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/5.7.1/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v5.7.1
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/6.0.2/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/6.0.2/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.0.2
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/6.0.3/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/6.0.3/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.0.3
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/6.1.0/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/6.1.0/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.1.0
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/6.1.1/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/6.1.1/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.1.1
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/6.1.2/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/6.1.2/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.1.2
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/6.2.0/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/6.2.0/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.2.0
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/6.2.1/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/6.2.1/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.2.1
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/6.2.2/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/6.2.2/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.2.2
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/6.3.0/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/6.3.0/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.3.0
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
13
dev/nextweb/ddns-go/6.3.1/docker-compose.yml
Normal file
13
dev/nextweb/ddns-go/6.3.1/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.3.1
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.3.2/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.3.2/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.3.2
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.3.3/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.3.3/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.3.3
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.5.0/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.5.0/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.5.0
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.6.0/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.6.0/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.6.0
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.6.1/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.6.1/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.6.1
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.6.2/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.6.2/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.6.2
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.6.3/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.6.3/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.6.3
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.6.4/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.6.4/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.6.4
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.6.5/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.6.5/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.6.5
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.6.6/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.6.6/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.6.6
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.6.7/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.6.7/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.6.7
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.6.8/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.6.8/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.6.8
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.6.9/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.6.9/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.6.9
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.7.0/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.7.0/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.7.0
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.7.1/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.7.1/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.7.1
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.7.2/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.7.2/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.7.2
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
12
dev/nextweb/ddns-go/6.7.3/docker-compose.yml
Normal file
12
dev/nextweb/ddns-go/6.7.3/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
ddns-go:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root
|
||||||
|
image: jeessy/ddns-go:v6.7.3
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
31
dev/nextweb/elasticsearch/7.17.15/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/7.17.15/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.15
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
dev/nextweb/elasticsearch/7.17.16/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/7.17.16/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.16
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
dev/nextweb/elasticsearch/7.17.17/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/7.17.17/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.17
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
dev/nextweb/elasticsearch/7.17.18/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/7.17.18/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.18
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
dev/nextweb/elasticsearch/7.17.19/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/7.17.19/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.19
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/7.17.20/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/7.17.20/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.20
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/7.17.21/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/7.17.21/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.21
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/7.17.22/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/7.17.22/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.22
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/7.17.23/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/7.17.23/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.23
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/7.17.24/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/7.17.24/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.24
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/7.17.25/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/7.17.25/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:7.17.25
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
dev/nextweb/elasticsearch/8.11.1/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/8.11.1/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.11.1
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
dev/nextweb/elasticsearch/8.11.3/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/8.11.3/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.11.3
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
dev/nextweb/elasticsearch/8.11.4/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/8.11.4/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.11.4
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
dev/nextweb/elasticsearch/8.12.0/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/8.12.0/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.12.0
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
dev/nextweb/elasticsearch/8.12.1/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/8.12.1/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.12.1
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
31
dev/nextweb/elasticsearch/8.12.2/docker-compose.yml
Normal file
31
dev/nextweb/elasticsearch/8.12.2/docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.12.2
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.13.0/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.13.0/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.13.0
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.13.3/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.13.3/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.13.3
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.13.4/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.13.4/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.13.4
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.14.0/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.14.0/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.14.0
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.14.1/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.14.1/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.14.1
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.14.2/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.14.2/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.14.2
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.14.3/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.14.3/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.14.3
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.15.0/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.15.0/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.15.0
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.15.1/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.15.1/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.15.1
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.15.2/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.15.2/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.15.2
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
30
dev/nextweb/elasticsearch/8.15.3/docker-compose.yml
Normal file
30
dev/nextweb/elasticsearch/8.15.3/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
services:
|
||||||
|
elasticsearch:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9200"
|
||||||
|
volumes:
|
||||||
|
- "./data/data:/usr/share/elasticsearch/data"
|
||||||
|
- "./data/backup:/usr/share/elasticsearch/backup"
|
||||||
|
- "./data/conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
|
||||||
|
image: elasticsearch:8.15.3
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
environment:
|
||||||
|
- discovery.type=single-node
|
||||||
|
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
|
||||||
|
- xpack.security.enabled=${ELASTIC_SECURITY}
|
||||||
|
- ${P_ES_JAVA_OPTS}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
21
dev/nextweb/go/1.21/docker-compose.yml
Normal file
21
dev/nextweb/go/1.21/docker-compose.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
services:
|
||||||
|
golang:
|
||||||
|
image: golang:${GO_VERSION}
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
working_dir: /app
|
||||||
|
volumes:
|
||||||
|
- ${CODE_DIR}:/app
|
||||||
|
- ./run.sh:/run.sh
|
||||||
|
- ./.env:/.env
|
||||||
|
- ./mod:/go/pkg/mod
|
||||||
|
command: bash /run.sh
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${GO_APP_PORT}
|
||||||
|
restart: on-failure:5
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
18
dev/nextweb/grafana/10.2.2/docker-compose.yml
Normal file
18
dev/nextweb/grafana/10.2.2/docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:10.2.2
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
18
dev/nextweb/grafana/10.2.3/docker-compose.yml
Normal file
18
dev/nextweb/grafana/10.2.3/docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:10.2.3
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
18
dev/nextweb/grafana/10.3.1/docker-compose.yml
Normal file
18
dev/nextweb/grafana/10.3.1/docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:10.3.1
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
18
dev/nextweb/grafana/10.3.3/docker-compose.yml
Normal file
18
dev/nextweb/grafana/10.3.3/docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:10.3.3
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
18
dev/nextweb/grafana/10.4.0/docker-compose.yml
Normal file
18
dev/nextweb/grafana/10.4.0/docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:10.4.0
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
18
dev/nextweb/grafana/10.4.1/docker-compose.yml
Normal file
18
dev/nextweb/grafana/10.4.1/docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:10.4.1
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/grafana/10.4.2/docker-compose.yml
Normal file
17
dev/nextweb/grafana/10.4.2/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:10.4.2
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/grafana/10.4.3/docker-compose.yml
Normal file
17
dev/nextweb/grafana/10.4.3/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:10.4.3
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/grafana/11.0.0/docker-compose.yml
Normal file
17
dev/nextweb/grafana/11.0.0/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:11.0.0
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/grafana/11.1.0/docker-compose.yml
Normal file
17
dev/nextweb/grafana/11.1.0/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:11.1.0
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/grafana/11.1.3/docker-compose.yml
Normal file
17
dev/nextweb/grafana/11.1.3/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:11.1.3
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/grafana/11.1.4/docker-compose.yml
Normal file
17
dev/nextweb/grafana/11.1.4/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:11.1.4
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/grafana/11.2.0/docker-compose.yml
Normal file
17
dev/nextweb/grafana/11.2.0/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:11.2.0
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/grafana/11.2.1/docker-compose.yml
Normal file
17
dev/nextweb/grafana/11.2.1/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:11.2.1
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/grafana/11.2.2/docker-compose.yml
Normal file
17
dev/nextweb/grafana/11.2.2/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:11.2.2
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
17
dev/nextweb/grafana/11.3.0/docker-compose.yml
Normal file
17
dev/nextweb/grafana/11.3.0/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: grafana/grafana:11.3.0
|
||||||
|
restart: always
|
||||||
|
user: '0'
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/grafana
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
16
dev/nextweb/it-tools/2023.11.2-7d94e11/docker-compose.yml
Normal file
16
dev/nextweb/it-tools/2023.11.2-7d94e11/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
it-tools:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:80"
|
||||||
|
image: corentinth/it-tools:2023.11.2-7d94e11
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
15
dev/nextweb/it-tools/2023.12.21-5ed3693/docker-compose.yml
Normal file
15
dev/nextweb/it-tools/2023.12.21-5ed3693/docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
services:
|
||||||
|
it-tools:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:80"
|
||||||
|
image: corentinth/it-tools:2023.12.21-5ed3693
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
16
dev/nextweb/it-tools/2023.5.14-77f2efc/docker-compose.yml
Normal file
16
dev/nextweb/it-tools/2023.5.14-77f2efc/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
it-tools:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:80"
|
||||||
|
image: corentinth/it-tools:2023.5.14-77f2efc
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
14
dev/nextweb/it-tools/2024.10.22-7ca5933/docker-compose.yml
Normal file
14
dev/nextweb/it-tools/2024.10.22-7ca5933/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
it-tools:
|
||||||
|
image: corentinth/it-tools:2024.10.22-7ca5933
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
14
dev/nextweb/it-tools/2024.5.13-a0bc346/docker-compose.yml
Normal file
14
dev/nextweb/it-tools/2024.5.13-a0bc346/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
it-tools:
|
||||||
|
image: corentinth/it-tools:2024.5.13-a0bc346
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
20
dev/nextweb/java/22/docker-compose.yml
Normal file
20
dev/nextweb/java/22/docker-compose.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
services:
|
||||||
|
java:
|
||||||
|
image: bitnami/java:${JAVA_VERSION}
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
working_dir: /app
|
||||||
|
volumes:
|
||||||
|
- ${CODE_DIR}:/app
|
||||||
|
- ./run.sh:/run.sh
|
||||||
|
- ./.env:/.env
|
||||||
|
command: bash /run.sh
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${JAVA_APP_PORT}
|
||||||
|
restart: on-failure:5
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
16
dev/nextweb/kodbox/1.4505/docker-compose.yml
Normal file
16
dev/nextweb/kodbox/1.4505/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
kodbox:
|
||||||
|
image: kodcloud/kodbox:v1.4505
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
|
volumes:
|
||||||
|
- "./site:/var/www/html"
|
||||||
|
restart: always
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mariadb/11.5.2/docker-compose.yml
Normal file
19
dev/nextweb/mariadb/11.5.2/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
mariadb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
image: mariadb:11.5.2
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:3306
|
||||||
|
volumes:
|
||||||
|
- ./db/data:/var/lib/mysql
|
||||||
|
- ./conf/my.cnf:/etc/mysql/my.cnf
|
||||||
|
environment:
|
||||||
|
MYSQL_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mongo-express/1.0.2-20/docker-compose.yml
Normal file
19
dev/nextweb/mongo-express/1.0.2-20/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
tailchat:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: unless-stopped
|
||||||
|
image: mongo-express:1.0.2-20
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:8081
|
||||||
|
environment:
|
||||||
|
ME_CONFIG_BASICAUTH: true
|
||||||
|
ME_CONFIG_BASICAUTH_USERNAME: ${BASICAUTH_USERNAME}
|
||||||
|
ME_CONFIG_BASICAUTH_PASSWORD: ${BASICAUTH_PASSWORD}
|
||||||
|
ME_CONFIG_MONGODB_URL: mongodb://${PANEL_DB_ROOT_USER}:${PANEL_DB_ROOT_PASSWORD}@${MONGO_HOST}:27017
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
20
dev/nextweb/mongodb/6.0.14/docker-compose.yml
Normal file
20
dev/nextweb/mongodb/6.0.14/docker-compose.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
mongodb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: mongo:6.0.14
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:27017
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mongodb/6.0.15/docker-compose.yml
Normal file
19
dev/nextweb/mongodb/6.0.15/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
mongodb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: mongo:6.0.15
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:27017
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mongodb/6.0.16/docker-compose.yml
Normal file
19
dev/nextweb/mongodb/6.0.16/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
mongodb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: mongo:6.0.16
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:27017
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mongodb/6.0.17/docker-compose.yml
Normal file
19
dev/nextweb/mongodb/6.0.17/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
mongodb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: mongo:6.0.17
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:27017
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mongodb/6.0.18/docker-compose.yml
Normal file
19
dev/nextweb/mongodb/6.0.18/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
mongodb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: mongo:6.0.18
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:27017
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mongodb/6.0.19/docker-compose.yml
Normal file
19
dev/nextweb/mongodb/6.0.19/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
mongodb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: mongo:6.0.19
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:27017
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mongodb/7.0.11/docker-compose.yml
Normal file
19
dev/nextweb/mongodb/7.0.11/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
mongodb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: mongo:7.0.11
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:27017
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mongodb/7.0.12/docker-compose.yml
Normal file
19
dev/nextweb/mongodb/7.0.12/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
mongodb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: mongo:7.0.12
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:27017
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mongodb/7.0.14/docker-compose.yml
Normal file
19
dev/nextweb/mongodb/7.0.14/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
mongodb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: mongo:7.0.14
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:27017
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
19
dev/nextweb/mongodb/7.0.15/docker-compose.yml
Normal file
19
dev/nextweb/mongodb/7.0.15/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
mongodb:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: mongo:7.0.15
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: ${PANEL_DB_ROOT_USER}
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:27017
|
||||||
|
volumes:
|
||||||
|
- ./data:/data/db
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user