From: Guillaume Pellerin Date: Sun, 29 Oct 2017 23:13:45 +0000 (+0100) Subject: add default safe nginx X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=698f68e7506a49b26b390a7d42750eccde385a4e;p=mezzo.git add default safe nginx --- diff --git a/docker-compose.yml b/docker-compose.yml index ce11343f..627d8193 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -56,3 +56,6 @@ app: - db environment: - DEBUG=True + +nginx: + image: nginx