drone deployment

This commit is contained in:
cupcakearmy
2019-03-03 16:27:15 +01:00
parent a57ad5087a
commit 872db11076
3 changed files with 65 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3'
services:
home:
image: nginx:alpine
restart: always
ports:
- 80
volumes:
- ./public:/usr/share/nginx/html:ro