willyp713
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docker/docker-compose.build.yml
|
@ -7,7 +7,7 @@ services: |
|
|
environment: |
|
|
environment: |
|
|
DATABASE_URL: postgresql://user:password@postgres:5432/ghostfolio-db?sslmode=prefer |
|
|
DATABASE_URL: postgresql://user:password@postgres:5432/ghostfolio-db?sslmode=prefer |
|
|
REDIS_HOST: 'redis' |
|
|
REDIS_HOST: 'redis' |
|
|
REDIS_PASSWORD: 'password' |
|
|
REDIS_PASSWORD: ${REDIS_PASSWORD} |
|
|
ports: |
|
|
ports: |
|
|
- 3333:3333 |
|
|
- 3333:3333 |
|
|
|
|
|
|
|
|