Skip to content

Commit

Permalink
Mounting certificate volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmarieta committed Jan 6, 2024
1 parent 485fb7f commit 04cd3ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
.env
venv/
.env

!.env.example

*.pyc
__pycache__/

*.ipynb

nginx/ssl-certs/*
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
volumes:
- ./nginx/conf.d:/etc/nginx/conf.d
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/ssl-certs:/etc/nginx/ssl-certs
depends_on:
- flask

Expand Down

0 comments on commit 04cd3ae

Please sign in to comment.