]> git.parisson.com Git - telemeta.git/commitdiff
remove nginx container
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 5 May 2019 15:09:00 +0000 (17:09 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 5 May 2019 15:09:00 +0000 (17:09 +0200)
docker-compose.yml

index 729cc3855bea7442edfb59ad1378d2e5b6d99e03..dfa8ab508f636908ed0a1a0f1fbe93f4a1b6b36a 100644 (file)
@@ -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
-
-