Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Oct 30, 2024
1 parent c15cc6b commit e3c6b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:
- USER_GID
- COVERALLS_REPO_TOKEN
- TZ=${TZ:-Europe/Berlin}
- POSTGRES_URL=jdbc:postgresql://postgres@localhost:5432/webknossos
- POSTGRES_URL=jdbc:postgresql://webknossos_user@localhost:5432/webknossos
- POSTGRES_USER=webknossos_user
- POSTGRES_PASSWORD=secret_password
- HOME=/root
Expand Down

0 comments on commit e3c6b4d

Please sign in to comment.