move dockerfile, add dev docker-compose.yml

This commit is contained in:
Tomáš Mládek 2019-12-02 15:07:02 +01:00
parent 1940a2da9f
commit 2483679625
2 changed files with 12 additions and 0 deletions

12
docker/docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
version: '3'
services:
pile:
restart: always
build:
context: ../
dockerfile: ./docker/Dockerfile
ports:
- "8080:80"
volumes:
- ../www:/var/www/html