Skip to content
Snippets Groups Projects
Commit c2373b2e authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

new attempt at dind hostnames

parent 2211ed09
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -58,7 +58,8 @@ test:
- docker load -i image.tar
- >
docker run
-e REDIS_HOST=redis -e RABBITMQ_HOST=rabbitmq
-e REDIS_HOST=$REDIS_PORT_6379_TCP_ADDR
-e RABBITMQ_HOST=$RABBITMQ_PORT_5672_TCP_ADDR
$DOCKER_IMAGE_TAG
sh -c "celery worker -D -A fractalis:celery -l debug
&& pip3 install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment