Browse Source

removed superuser envs from celery

Ali 6 years ago
parent
commit
468ec9265f
1 changed files with 0 additions and 4 deletions
  1. 0 4
      docker-compose.yaml

+ 0 - 4
docker-compose.yaml

@@ -22,10 +22,6 @@ services:
       - POSTGRES_DB=misago
       - POSTGRES_DB=misago
       - POSTGRES_HOST=postgres
       - POSTGRES_HOST=postgres
       - POSTGRES_TEST_DB=misago_test
       - POSTGRES_TEST_DB=misago_test
-      # Superuser
-      - SUPERUSER_USERNAME=Admin
-      - SUPERUSER_EMAIL=admin@example.com
-      - SUPERUSER_PASSWORD=password
     ports:
     ports:
       # Map port 8000 in the container to port 8000 on the host
       # Map port 8000 in the container to port 8000 on the host
       # This way we can access the forum through http://localhost:8000
       # This way we can access the forum through http://localhost:8000