nginx: recover access to the inventaire files and API

This commit is contained in:
maxlath
2025-02-27 18:19:25 +01:00
parent 5e408aad2b
commit 095293b0a5
3 changed files with 7 additions and 9 deletions

View File

@@ -10,8 +10,8 @@ services:
- couchdb
- elasticsearch
# Uncomment if you want to access the code:
# volumes:
# - ./inventaire/server:${PROJECT_ROOT}
volumes:
- ./inventaire/server:/opt/inventaire
logging:
options:
max-size: "10m"
@@ -56,7 +56,7 @@ services:
volumes:
- ./nginx/templates:/etc/nginx/templates/
- ./nginx/snippets:/etc/nginx/snippets
- ./inventaire:${PROJECT_ROOT}
- ./inventaire/server:/opt/inventaire
- certbot-www:/var/www/certbot
- ./certbot/conf:/etc/letsencrypt
env_file: .env