Fixed spacing (again)

This commit is contained in:
Robin 2023-05-06 18:39:04 +00:00 committed by GitHub
parent eedf28ba27
commit 49316c0c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ services:
command: ./bin/takeoff
environment:
DJANGO_SETTINGS_MODULE: plane.settings.production
DATABASE_URL: postgres://plane:xyzzyspoon@db:5432/plane
DATABASE_URL: postgres://plane:xyzzyspoon@plane-db:5432/plane
REDIS_URL: redis://redis:6379/
EMAIL_HOST: ${EMAIL_HOST}
EMAIL_HOST_USER: ${EMAIL_HOST_USER}