diff --git a/config/settings/test.py b/config/settings/test.py index 849bd43..27c7d28 100644 --- a/config/settings/test.py +++ b/config/settings/test.py @@ -55,7 +55,7 @@ # ------------------------------------------------------------------------------ DATABASES = { - 'default': env.db('DATABASE_URL', 'postgresql://postgres:postgrespassword@localhost:5432/programdom_test'), + 'default': env.db('DATABASE_URL', 'postgresql://postgres@localhost:5432/postgres'), } CHANNEL_LAYERS = { diff --git a/supporting.yml b/supporting.yml index 01fa399..1ccb77d 100644 --- a/supporting.yml +++ b/supporting.yml @@ -12,19 +12,6 @@ services: - local_postgres_data:/var/lib/postgresql/data ports: - "5432:5432" - env_file: - - .envs/.prod/.postgres - - - judgezero: - image: judge0/api - ports: - - "3000:3000" - env_file: - - .envs/.prod/.judge0 - - .envs/.prod/.redis - - .envs/.prod/.postgres - redis: image: