Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Méndez Requena authored Nov 6, 2019
1 parent 7782651 commit 91c9406
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions samples/stamp/atos/functional/template/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# This docker-compose file deploy the platfomr using Nginx Proxy Server
#
# Nginx acts as a proxy server and sends that request to Gunicorm
#
# Maintainer: Fernando Méndez Requena - [email protected]

version: '3'
Expand Down Expand Up @@ -38,9 +37,9 @@ services:
volumes:
- ./data/db:/data/db
ports:
- "27017:27017"
- "22222:22222"
expose:
- "27017"
- "22222"

nginx:
build: ./nginx
Expand All @@ -64,7 +63,6 @@ services:
- gzip_min_length=256
- reset_timedout_connection=on
volumes:
- ./app/:/usr/src/app/
- static_volume:/usr/src/app/static
- dsne-nginx-cert:/etc/ssl/certs:ro
- ./logs/:/var/log/nginx/
Expand All @@ -86,7 +84,6 @@ services:
- BROWSERCONNECTIONENABLED=True
- port=6666
volumes:
- ./app/:/usr/src/app/
- static_volume:/usr/src/app/static
- ./logs/:/usr/src/app/
expose:
Expand Down

0 comments on commit 91c9406

Please sign in to comment.