Deleted all the services!
This commit is contained in:
@@ -107,9 +107,9 @@ services:
|
||||
container_name: postgres_guacamole_compose
|
||||
environment:
|
||||
PGDATA: /var/lib/postgresql/data/guacamole
|
||||
POSTGRES_DB: guacamole_db
|
||||
POSTGRES_PASSWORD: 'ChooseYourOwnPasswordHere1234'
|
||||
POSTGRES_USER: guacamole_user
|
||||
POSTGRESQL_DB: guacamole_db
|
||||
POSTGRESQL_PASSWORD: 'quvt2s1UQgZjhvCl5e8H2s6X8FPnoULO'
|
||||
POSTGRESQL_USERNAME: guacamole_hans
|
||||
image: postgres:15.2-alpine
|
||||
networks:
|
||||
- guacnetwork_compose
|
||||
@@ -126,10 +126,18 @@ services:
|
||||
- postgres
|
||||
environment:
|
||||
GUACD_HOSTNAME: guacd
|
||||
POSTGRES_DATABASE: guacamole_db
|
||||
POSTGRES_HOSTNAME: postgres
|
||||
POSTGRES_PASSWORD: 'ChooseYourOwnPasswordHere1234'
|
||||
POSTGRES_USER: guacamole_user
|
||||
POSTGRESQL_DATABASE: guacamole_db
|
||||
POSTGRESQL_HOSTNAME: postgres
|
||||
POSTGRESQL_PASSWORD: 'quvt2s1UQgZjhvCl5e8H2s6X8FPnoULO'
|
||||
POSTGRESQL_USERNAME: guacamole_hans
|
||||
OPENID_AUTHORIZATION_ENDPOINT: https://auth.domr.ovh/application/o/authorize/
|
||||
OPENID_CLIENT_ID: HampNyA8GqcnljpuJ4Cb9Y3FKPuy8JNUL50gS2Wi
|
||||
OPENID_CLIENT_SECRET: lCjXz3FADrLNmvV9XZmqCeHEaMY7lxuZeWuo9NomJNT70s3XuNNOP2wMn96fi6cmBAWuIXSBF5nMjf4Mwu3FszAULV9pAWGbvIGV2cC7xgT1DhRVaiTVO1bVGGcaFPJ9
|
||||
OPENID_ISSUER: https://auth.domr.ovh/application/o/guacamole/
|
||||
OPENID_JWKS_ENDPOINT: https://auth.domr.ovh/application/o/guacamole/jwks/
|
||||
OPENID_REDIRECT_URI: https://guac.domr.ovh/
|
||||
OPENID_USERNAME_CLAIM_TYPE: preferred_username
|
||||
OPENID_ENABLED: false
|
||||
image: guacamole/guacamole
|
||||
networks:
|
||||
- guacnetwork_compose
|
||||
|
||||
Reference in New Issue
Block a user