.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
81a36da67b
commit
cf50454427
|
@ -264,8 +264,8 @@ services:
|
|||
condition: any
|
||||
image: ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql:latest
|
||||
environment:
|
||||
POSTGRES_PASSWORD: guacroot
|
||||
POSTGRES_DB: guacamole_db
|
||||
POSTGRES_PASSWORD: ${GUACAMOLE_POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${GUACAMOLE_POSTGRES_DB}
|
||||
volumes:
|
||||
- guacamole-postgresql-data:/var/lib/postgresql/data
|
||||
networks:
|
||||
|
@ -291,19 +291,12 @@ services:
|
|||
restart_policy:
|
||||
condition: any
|
||||
image: guacamole/guacamole:latest
|
||||
secrets:
|
||||
- source: guacamole-postgresql-database
|
||||
target: database
|
||||
- source: guacamole-postgresql-user
|
||||
target: user
|
||||
- source: guacamole-postgresql-password
|
||||
target: password
|
||||
environment:
|
||||
- POSTGRES_HOSTNAME=guacamole-postgresql
|
||||
- POSTGRES_PORT=5432
|
||||
- POSTGRES_USER_FILE=/run/secrets/user
|
||||
- POSTGRES_PASSWORD_FILE=/run/secrets/password
|
||||
- POSTGRES_DATABASE_FILE=/run/secrets/database
|
||||
- POSTGRES_USER=${GUACAMOLE_POSTGRES_USER}
|
||||
- POSTGRES_PASSWORD=${GUACAMOLE_POSTGRES_PASSWORD}
|
||||
- POSTGRES_DATABASE=${GUACAMOLE_POSTGRES_DB}
|
||||
- GUACD_HOSTNAME=guacd
|
||||
networks:
|
||||
- appnet
|
||||
|
|
Reference in New Issue