feat: 增加 Go 运行环境 (#1717)

This commit is contained in:
zhengkunwang
2024-07-10 22:19:54 +08:00
committed by GitHub
parent fda5b4c77d
commit c24a629cbb
16 changed files with 107 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
services:
node:
image: node:${NODE_VERSION}
image: 1panel/node:${NODE_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app
volumes:
@@ -12,7 +12,7 @@ services:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT}
restart: always
restart: on-failure:5
networks:
1panel-network:
external: true

View File

@@ -1,6 +1,6 @@
services:
node:
image: node:${NODE_VERSION}
image: 1panel/node:${NODE_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app
volumes:
@@ -12,7 +12,7 @@ services:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT}
restart: always
restart: on-failure:5
networks:
1panel-network:
external: true

View File

@@ -1,6 +1,6 @@
services:
node:
image: node:${NODE_VERSION}
image: 1panel/node:${NODE_VERSION}
container_name: ${CONTAINER_NAME}
working_dir: /app
volumes:
@@ -12,7 +12,7 @@ services:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT}
restart: always
restart: on-failure:5
networks:
1panel-network:
external: true

View File

@@ -12,7 +12,7 @@ services:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT}
restart: always
restart: on-failure:5
networks:
1panel-network:
external: true

View File

@@ -12,7 +12,7 @@ services:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT}
restart: always
restart: on-failure:5
networks:
1panel-network:
external: true

View File

@@ -12,7 +12,7 @@ services:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT}
restart: always
restart: on-failure:5
networks:
1panel-network:
external: true

View File

@@ -12,7 +12,7 @@ services:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT}
restart: always
restart: on-failure:5
networks:
1panel-network:
external: true