From: Guillaume Pellerin Date: Sun, 5 May 2019 15:09:00 +0000 (+0200) Subject: remove nginx container X-Git-Tag: 1.7.4~5^2~21 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d7b31f60218af4c0b0cdf2a70d548dbd7b1497bd;p=telemeta.git remove nginx container --- diff --git a/docker-compose.yml b/docker-compose.yml index 729cc385..dfa8ab50 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -77,15 +77,3 @@ worker: - broker - db -nginx: - image: nginx - ports: - - "8000:80" - volumes: - - ./etc/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf - volumes_from: - - data - links: - - app - -