Only allow primary domain for RS

Replace user addresses with usernames in the respective URLs
This commit is contained in:
Râu Cao
2023-11-01 21:46:38 +01:00
parent 5075fef616
commit 56c127ca0c
7 changed files with 65 additions and 43 deletions

View File

@@ -69,6 +69,23 @@ services:
- ldap
- redis
liquor-cabinet:
image: gitea.kosmos.org/5apps/liquor-cabinet:latest
networks:
- external_network
- internal_network
ports:
- "4567:4567"
environment:
REDIS_HOST: redis
REDIS_PORT: 6379
REDIS_DB: 2
S3_ENDPOINT: https://garage
S3_REGION: garage
S3_ACCESS_KEY:
S3_SECRET_KEY:
S3_BUCKET:
# phpldapadmin:
# image: osixia/phpldapadmin:0.9.0
# ports: