Adding Missing Env Variables to Sidekiq service
This commit is contained in:
parent
3ec2100c9e
commit
098bec334d
|
|
@ -41,6 +41,8 @@ services:
|
|||
- DISCOURSE_POSTGRESQL_NAME=bitnami_application
|
||||
- DISCOURSE_POSTGRESQL_USERNAME=bn_discourse
|
||||
- DISCOURSE_POSTGRESQL_PASSWORD=bitnami1
|
||||
- DISCOURSE_HOST=discourse
|
||||
- DISCOURSE_PORT=3000
|
||||
volumes:
|
||||
postgresql_data:
|
||||
driver: local
|
||||
|
|
|
|||
Loading…
Reference in New Issue