mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
1ff86c8fe4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19 lines
396 B
YAML
Executable File
19 lines
396 B
YAML
Executable File
version: '3'
|
|
services:
|
|
domain-admin:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:8000"
|
|
volumes:
|
|
- "./data/database:/app/database"
|
|
- "./data/logs:/app/logs"
|
|
image: mouday/domain-admin:v1.5.13
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true
|