mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
18 lines
244 B
YAML
18 lines
244 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
|
|
appmanage:
|
|
image: appmanage:0.3
|
|
container_name: appmanage
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /data:/data
|
|
ports:
|
|
- 5000:5000
|
|
|
|
networks:
|
|
default:
|
|
name: websoft9
|
|
external: true
|