.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-05-11 11:47:05 +01:00
parent bc4d7aaa3c
commit 6d12b7f844
2 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,5 @@
## secrets
* guacamole-postgres-db
* guacamole-postgres-password
* guacamole-postgres-user
* local-docker-registry

View File

@ -11,7 +11,7 @@ services:
image: ${LOCAL_DOCKER_REGISTRY}guacamole-postgresql:latest
environment:
POSTGRES_PASSWORD: ${GUACAMOLE_POSTGRES_PASSWORD}
POSTGRES_DB: ${GUACAMOLE_POSTGRES_DB}
POSTGRES_DB: guacamole_db
volumes:
- guacamole-postgresql-data:/var/lib/postgresql/data
networks:
@ -39,9 +39,9 @@ services:
environment:
- POSTGRES_HOSTNAME=guacamole-postgresql
- POSTGRES_PORT=5432
- POSTGRES_USER=${GUACAMOLE_POSTGRES_USER}
- POSTGRES_USER=guacamole_user
- POSTGRES_PASSWORD=${GUACAMOLE_POSTGRES_PASSWORD}
- POSTGRES_DATABASE=${GUACAMOLE_POSTGRES_DB}
- POSTGRES_DATABASE=guacamole_db
- GUACD_HOSTNAME=guacd
networks:
- appnet