Only allow primary domain for RS
Replace user addresses with usernames in the respective URLs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user