Initial commit: Cloud Control Panel
This commit is contained in:
14
docker-compose.yml
Executable file
14
docker-compose.yml
Executable file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: cloud
|
||||
ports:
|
||||
- "8001:8001"
|
||||
volumes:
|
||||
- .:/var/www
|
||||
- ./db:/var/db
|
||||
- ./php/php.ini:/usr/local/etc/php/conf.d/uploads.ini
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user