This commit is contained in:
Franz Heinzmann (Frando) 2022-08-04 01:25:12 +02:00
parent 4d3dc4054c
commit c8ab615d00
1 changed files with 1 additions and 18 deletions

View File

@ -20,6 +20,7 @@ services:
- OCIS_OIDC_ISSUER=
- WEB_OIDC_CLIENT_ID=
- OCIS_OIDC_CLIENT_ID=
- GATEWAY_GRPC_ADDR=0.0.0.0:9142 # make the REVA gateway accessible to the app drivers
volumes:
- config:/etc/ocis
- data:/var/lib/ocis
@ -55,24 +56,6 @@ configs:
file: entrypoint.sh.tmpl
template_driver: golang
secrets:
db_password:
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
external: true
db_root_password:
name: ${STACK_NAME}_db_root_password_${SECRET_DB_ROOT_PASSWORD_VERSION}
external: true
internal_token:
name: ${STACK_NAME}_internal_token_${SECRET_INTERNAL_TOKEN_VERSION}
external: true
jwt_secret:
name: ${STACK_NAME}_jwt_secret_${SECRET_JWT_SECRET_VERSION}
external: true
secret_key:
name: ${STACK_NAME}_secret_key_${SECRET_SECRET_KEY_VERSION}
external: true
volumes:
data:
config:
mariadb: