Add drone

This commit is contained in:
Marko Korhonen 2022-03-25 18:09:30 +02:00
parent 9bc5c5c70f
commit fc3ca78d89
2 changed files with 53 additions and 1 deletions

View file

@ -4,7 +4,7 @@
image = "nginx"
container_name = "korhonen.cc"
volumes = [
"/docker/korhonen.cc:/korhonen.cc:ro",
"/var/www/korhonen.cc:/korhonen.cc:ro",
"./nginx.conf:/etc/nginx/conf.d/default.conf",
]
networks = ["proxy"]