1
0

feat:调整Meting-API

This commit is contained in:
okxlin
2024-05-21 03:03:36 +08:00
parent 572f8d4f93
commit aa233ee615
7 changed files with 11 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
version: '3.8'
services:
meting-api:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
image: intemd/meting-api:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true