move dockerfile, add dev docker-compose.yml
This commit is contained in:
parent
1940a2da9f
commit
2483679625
2 changed files with 12 additions and 0 deletions
12
docker/docker-compose.yml
Normal file
12
docker/docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
pile:
|
||||||
|
restart: always
|
||||||
|
build:
|
||||||
|
context: ../
|
||||||
|
dockerfile: ./docker/Dockerfile
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
volumes:
|
||||||
|
- ../www:/var/www/html
|
Loading…
Reference in a new issue