feat: change env settings and create superuser script
This commit is contained in:
+2
-2
@@ -27,11 +27,11 @@ services:
|
||||
DJANGO_SETTINGS_MODULE: config.settings.production
|
||||
POSTGRES_HOST: db
|
||||
volumes:
|
||||
- media_data:/app/media
|
||||
- ./media:/app/media
|
||||
- ./staticfiles:/app/staticfiles
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
media_data:
|
||||
|
||||
Reference in New Issue
Block a user