added backend logs

This commit is contained in:
2026-01-18 10:34:31 +00:00
parent 282a286958
commit e384223f13
3 changed files with 13 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ services:
volumes:
- ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot
- ./nginx-log:/var/log/nginx
- ./logs:/var/log/nginx
certbot:
image: certbot/certbot
@@ -61,6 +61,7 @@ services:
volumes:
- ./backend/token/:/backend/token
- ${OBSIDIAN_DIR}:/backend/notes
- ./logs:/backend/logs
db:
image: postgres:16