feat: drone.ci
This commit is contained in:
parent
9bec6220ab
commit
1fa0123021
|
@ -1,23 +1,6 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
nginx:
|
||||
image: nginx:1.22
|
||||
restart: always
|
||||
container_name: backset-nginx
|
||||
ports:
|
||||
- "3080:80"
|
||||
- "1443:443"
|
||||
volumes:
|
||||
- /www/wwwroot/backset/nginx/conf.d/:/etc/nginx/conf.d/
|
||||
- /www/wwwroot/backset/nginx/ssl:/etc/nginx/ssl/
|
||||
- /www/wwwroot/backset/nginx/html:/usr/share/nginx/html/
|
||||
networks:
|
||||
backset-net:
|
||||
aliases:
|
||||
- backset-nginx
|
||||
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
restart: always
|
||||
|
@ -75,7 +58,6 @@ services:
|
|||
depends_on:
|
||||
- mysql
|
||||
- redis
|
||||
- nginx
|
||||
|
||||
networks:
|
||||
backset-net:
|
Loading…
Reference in New Issue
Block a user