nginx: recover access to the inventaire files and API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user