1
0
1Panel-Appstore/apps/meting-api/latest/docker-compose.yml

16 lines
294 B
YAML
Raw Normal View History

services:
2024-05-21 03:03:36 +08:00
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