Просмотр исходного кода

removed superuser envs for celery

Ali 6 лет назад
Родитель
Сommit
04c17fa038
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      docker-compose.yaml

+ 0 - 4
docker-compose.yaml

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