add test compose

This commit is contained in:
2022-05-27 10:48:37 +08:00
parent 7b5c3432be
commit 3e101ee140
10 changed files with 385 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: '3.3'
services:
baota:
restart: unless-stopped
container_name: baota
ports:
- '8888:8888'
# - '22:22'
# - '443:443'
- '85:80'
- '888:888'
volumes:
- './data/website_data:/www/wwwroot'
- './data/mysql_data:/www/server/data'
- './data/vhost:/www/server/panel/vhost'
image: 'btpanel/baota:lnmp'