Browse Source

removed ports from celery service

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

+ 0 - 4
docker-compose.yaml

@@ -48,10 +48,6 @@ services:
       - POSTGRES_DB=misago
       - POSTGRES_DB=misago
       - POSTGRES_HOST=postgres
       - POSTGRES_HOST=postgres
       - POSTGRES_TEST_DB=misago_test
       - POSTGRES_TEST_DB=misago_test
-    ports:
-      # Map port 8000 in the container to port 8000 on the host
-      # This way we can access the forum through http://localhost:8000
-      - "${MISAGO_DEVSERVER_PORT:-8000}:8000"
     depends_on:
     depends_on:
       - postgres
       - postgres
       - redis
       - redis