✨ feat(docker): Modifie l'URL de la base de données pour pointer vers datas_db
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
ports:
|
||||
- "27502:3000"
|
||||
environment:
|
||||
DATABASE_URL: postgresql://umami:umami@db:5432/umami
|
||||
DATABASE_URL: postgresql://umami:umami@datas_db:5432/umami
|
||||
DATABASE_TYPE: postgresql
|
||||
APP_SECRET: replace-me-with-a-random-string
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user