Skip to content

Commit

Permalink
mount nginx logs and conf
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Nov 26, 2024
1 parent d363ac6 commit f3e6af0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# MacOS
.DS_Store

# Logs
*.log

# Python
*.pyc
__pycache__
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ services:
volumes:
- ./web:/var/www
- node_modules:/var/www/node_modules
- ./etc/ssl:/etc/ssl
- ./etc/nginx:/etc/nginx/conf.d
- ./etc/nginx/log/:/var/log/nginx
api:
build:
context: ./api
Expand Down

0 comments on commit f3e6af0

Please sign in to comment.