Skip to content

Commit

Permalink
Merge pull request #4669 from nextcloud/aio-yaml-update
Browse files Browse the repository at this point in the history
Yaml updates
  • Loading branch information
szaimen authored Jun 6, 2024
2 parents d6580b3 + 03912ef commit 755c81c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manual-install/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ services:
- ${NEXTCLOUD_TRUSTED_CACERTS_DIR}:/usr/local/share/ca-certificates:ro
environment:
- POSTGRES_HOST=nextcloud-aio-database
- POSTGRES_PORT=5432
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
- POSTGRES_DB=nextcloud_database
- POSTGRES_USER=nextcloud
Expand Down Expand Up @@ -170,6 +171,7 @@ services:
- REDIS_HOST=nextcloud-aio-redis
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
- POSTGRES_HOST=nextcloud-aio-database
- POSTGRES_PORT=5432
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
- POSTGRES_DB=nextcloud_database
- POSTGRES_USER=nextcloud
Expand Down

0 comments on commit 755c81c

Please sign in to comment.