1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 22:21:02 +08:00
2025-07-01 09:08:18 +00:00

18 lines
348 B
YAML

services:
magic-resume:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
environment:
- NODE_ENV=production
image: siyueqingchen/magic-resume:main
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true