Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jul 12, 2022
1 parent 23bea3c commit 306e4e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ services:
echo "This is a multiline command"
echo "See how I escape $$ sign"
echo $$PATH
./bin/celery -A collective.elastic.ingest.celery.app worker -l info
./bin/robot-server rohberg.elasticsearchblocks.testing.ROHBERG_ELASTICSEARCHBLOCKS_FIXTURE
tail -f /dev/null
# ./bin/celery -A collective.elastic.ingest.celery.app worker -l info
# ./bin/robot-server rohberg.elasticsearchblocks.testing.ROHBERG_ELASTICSEARCHBLOCKS_FIXTURE
volumes:
- ./volumes/config/:/app/ploneconfiguration/
- ./volumes/ploneconfiguration/:/app/ploneconfiguration/
- ./volumes/src/:/app/src/
- ./volumes/var/:/app/var/
elastic:
image: docker.elastic.co/elasticsearch/elasticsearch:8.3.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.3.2
# TODO plugin ingest-attachment
environment:
- discovery.type=single-node
Expand Down

0 comments on commit 306e4e3

Please sign in to comment.