add dockerfile and config
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
nginx:
|
||||
build:
|
||||
context: ./docker
|
||||
dockerfile: Dockerfile
|
||||
image: bitdeals/nginx
|
||||
volumes:
|
||||
- php_socket:/run
|
||||
- storage:/app/storage/:ro
|
||||
- public:/app/public/:ro
|
||||
depends_on:
|
||||
- php-app
|
||||
|
||||
Reference in New Issue
Block a user