appstore/apps/meting-api/latest/docker-compose.yml
2024-05-21 03:03:36 +08:00

17 lines
309 B
YAML

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