Update docker-compose.yml

This commit is contained in:
2026-05-16 21:46:43 +02:00
parent dbff44336f
commit 244ccf6898
+1 -1
View File
@@ -46,7 +46,7 @@ services:
entrypoint: web-entrypoint.sh entrypoint: web-entrypoint.sh
command: ['bin/rails', 'server', '-p', '3000', '-b', '::'] command: ['bin/rails', 'server', '-p', '3000', '-b', '::']
environment: environment:
RAILS_ENV: development RAILS_ENV: production
REDIS_URL: redis://dawarich_redis:6379 REDIS_URL: redis://dawarich_redis:6379
DATABASE_HOST: dawarich_db DATABASE_HOST: dawarich_db
DATABASE_USERNAME: postgres DATABASE_USERNAME: postgres