mirror of
https://github.com/ceratic/project_vollidioten_website.git
synced 2026-05-14 00:16:47 +02:00
feat: add LogoManagementModal component for logo upload and management
This commit is contained in:
@@ -25,10 +25,13 @@ services:
|
||||
- SESSION_SECRET=${SESSION_SECRET}
|
||||
- CALLBACK_URL=https://vollidioten.ceraticsoft.de/auth/discord/callback
|
||||
- FRONTEND_URL=https://vollidioten.ceraticsoft.de
|
||||
- BACKEND_URL=https://vollidioten.ceraticsoft.de
|
||||
- DB_HOST=${DB_HOST:-db}
|
||||
- DB_USER=${DB_USER:-obsidian_user}
|
||||
- DB_PASS=${DB_PASS:-obsidian_pass}
|
||||
- DB_NAME=${DB_NAME:-obsidian_db}
|
||||
volumes:
|
||||
- ./backend/uploads:/app/uploads
|
||||
restart: always
|
||||
networks:
|
||||
- external_web
|
||||
|
||||
Reference in New Issue
Block a user