remove /tmp persistant volumn in docker compose (#956)

This commit is contained in:
LawyZheng
2024-10-11 13:39:37 +08:00
committed by GitHub
parent 3a935584d0
commit c239927c72

View File

@@ -31,7 +31,6 @@ services:
- ./videos:/data/videos
- ./har:/data/har
- ./.streamlit:/app/.streamlit
- ./files:/tmp
environment:
- DATABASE_STRING=postgresql+psycopg://skyvern:skyvern@postgres:5432/skyvern
- BROWSER_TYPE=chromium-headful