Skip to content

Commit

Permalink
Merge branch 'sprint#9/mongodb_volume' into sprint#9/deployment_via_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Apr 15, 2018
2 parents 73e30bd + 14e06b8 commit ff8c6ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ services:
logging:
options:
max-size: ${NGINX_LETSENCRYPT_LOG_MAX_SIZE:-2m}
max-file: ${NGINX_LETSENCRYPT_LOG_MAX_FILE:-10}
max-file: ${NGINX_LETSENCRYPT_LOG_MAX_FILE:-10}

mongodb:
volumes:
- /mnt/mongodb/db:/data/db
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ services:
mongodb:
image: mongo:3.6
container_name: mongodb
volumes:
- db_data:/data/db
restart: always
networks:
default:
Expand Down

0 comments on commit ff8c6ab

Please sign in to comment.