feat: drone.ci
This commit is contained in:
parent
9bec6220ab
commit
1fa0123021
|
@ -1,23 +1,6 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
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:
|
mysql:
|
||||||
image: mysql:5.7
|
image: mysql:5.7
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -75,7 +58,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
- redis
|
- redis
|
||||||
- nginx
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
backset-net:
|
backset-net:
|
Loading…
Reference in New Issue
Block a user