From: Guillaume Pellerin Date: Sat, 18 May 2019 09:36:52 +0000 (+0200) Subject: add nginx container X-Git-Tag: 1.7.4~5^2~18 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=68cb5e8bcc9a2fe658b325e3848013ddca37cdc9;p=telemeta.git add nginx container --- diff --git a/env/nginx.yml b/env/nginx.yml new file mode 100644 index 00000000..e043834b --- /dev/null +++ b/env/nginx.yml @@ -0,0 +1,12 @@ +nginx: + image: nginx + ports: + - "8000:80" + volumes: + - ./etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf + volumes_from: + - data + links: + - app + +