mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 15:57:50 +08:00
first commit
This commit is contained in:
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: '3'
|
||||
services:
|
||||
hyperf-skeleton:
|
||||
container_name: hyperf-skeleton
|
||||
image: hyperf-skeleton
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- ./:/opt/www
|
||||
ports:
|
||||
- 9501:9501
|
||||
environment:
|
||||
- APP_ENV=dev
|
||||
- SCAN_CACHEABLE=false
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: hyperf-skeleton
|
||||
Reference in New Issue
Block a user