mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
21 lines
408 B
YAML
21 lines
408 B
YAML
services:
|
|
new-api:
|
|
image: calciumion/new-api:v0.12.6
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:3000
|
|
networks:
|
|
- 1panel-network
|
|
command: --log-dir /app/logs
|
|
volumes:
|
|
- ./data:/data
|
|
- ./logs:/app/logs
|
|
environment:
|
|
- TZ=${TZ}
|
|
labels:
|
|
createdBy: Apps
|
|
networks:
|
|
1panel-network:
|
|
external: true
|