##// END OF EJS Templates
Menos errores, evitamos al Task() no arguments al inicio del servidor comentandolo en el .yml al task celery worker. El problema continúa pero al menos levanta la página sin errores, ahora no carga lo que debería por celery
Renato-TUF -
r354:d677a010f98f
parent child
Show More
@@ -28,15 +28,15 services:
28 volumes:
28 volumes:
29 - '${DOCKER_DATA}/redis:/data'
29 - '${DOCKER_DATA}/redis:/data'
30
30
31 celery_worker:
31 # celery_worker:
32 container_name: 'radarsys-celery'
32 # container_name: 'radarsys-celery'
33 image: radarsys
33 # image: radarsys
34 env_file: .env
34 # env_file: .env
35 command: celery -A radarsys worker -l info
35 # command: celery -A radarsys worker -l info
36 volumes_from:
36 # volumes_from:
37 - web
37 # - web
38 depends_on:
38 # depends_on:
39 - web
39 # - web
40
40
41 # PostgreSQL
41 # PostgreSQL
42 postgres:
42 postgres:
General Comments 0
You need to be logged in to leave comments. Login now