Skip to content

Commit

Permalink
fix(docker): fix usage of docker on docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Feb 14, 2022
1 parent 4fc47d7 commit de0a056
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ services:
command: server standalone
volumes:
- kestra-data:/app/storage
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/kestra:/tmp/kestra
environment:
KESTRA_CONFIGURATION: |
kestra:
Expand All @@ -80,7 +82,10 @@ services:
base-path: "/app/storage"
queue:
type: kafka
tasks:
tmp-dir:
path: /tmp/kestra/tmp
url: http://localhost:8080/
ports:
- "8080:8080"
links:
Expand Down

0 comments on commit de0a056

Please sign in to comment.