Skip to content
Snippets Groups Projects
Unverified Commit bffa4ae1 authored by Khemissi Amir's avatar Khemissi Amir Committed by GitHub
Browse files

Minor fixes. (#4639)

parent 82492a72
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ test:
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL")
url: <%= ENV.fetch("REDIS_URL", "") %>
channel_prefix: greenlight_production
......@@ -8,7 +8,6 @@ services:
volumes:
- ./data/postgres/14/database_data:/var/lib/postgresql/data
environment:
- POSTGRES_DB=postgres
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment