mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
21 lines
423 B
YAML
21 lines
423 B
YAML
services:
|
|
mynodequery:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:5000"
|
|
volumes:
|
|
- ./data/appsettings.json:/app/appsettings.json
|
|
logging:
|
|
options:
|
|
max-size: 256MB
|
|
image: jaydenlee2019/mynodequery:1.0.5.3
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|