Fix logout redirect

This commit is contained in:
Weves
2023-11-17 15:35:36 -08:00
committed by Chris Weaver
parent ae72cd56f8
commit 37c5f24d91
8 changed files with 125 additions and 72 deletions

View File

@@ -129,7 +129,6 @@ services:
environment:
- INTERNAL_URL=http://api_server:8080
- WEB_DOMAIN=${WEB_DOMAIN:-}
- OAUTH_NAME=${OAUTH_NAME:-}
relational_db:
image: postgres:15.2-alpine
restart: always