fix: adding missing appwrite volume

This commit is contained in:
jugglingjsons 2022-12-12 19:11:40 +01:00
parent 9b1ede3a59
commit 02c530dcbe
No known key found for this signature in database
GPG Key ID: 3935A14DEEC433E3
2 changed files with 64 additions and 63 deletions

View File

@ -646,6 +646,7 @@
- "$$id-functions:/storage/functions"
- "$$id-builds:/storage/builds"
- "/var/run/docker.sock:/var/run/docker.sock"
- "/tmp:/tmp:rw"
entrypoint: executor
"$$id-influxdb":
image: appwrite/influxdb:1.5.0

File diff suppressed because one or more lines are too long