add Docker and Drone boilerplate

This commit is contained in:
Lexi / Zoe 2020-06-28 17:20:42 +02:00
parent 5512a19e1f
commit c9b3757027
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
6 changed files with 117 additions and 0 deletions

View file

@ -0,0 +1,10 @@
version: '3'
services:
web:
build: ..
restart: always
ports:
- 8080:80
volumes:
- ../:/var/www/