mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 12:48:49 +08:00
21 lines
369 B
YAML
21 lines
369 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
halo:
|
||
|
image: kingwrcy/mblog:1.0.9
|
||
|
container_name: ${CONTAINER_NAME}
|
||
|
restart: always
|
||
|
networks:
|
||
|
- 1panel-network
|
||
|
volumes:
|
||
|
- ./data:/opt/mblog
|
||
|
environment:
|
||
|
DB_TYPE: -sqlite
|
||
|
ports:
|
||
|
- ${PANEL_APP_PORT_HTTP}:38321
|
||
|
labels:
|
||
|
createdBy: "Apps"
|
||
|
|
||
|
networks:
|
||
|
1panel-network:
|
||
|
external: true
|