remove /tmp persistant volumn in docker compose (#956)
This commit is contained in:
@@ -31,7 +31,6 @@ services:
|
|||||||
- ./videos:/data/videos
|
- ./videos:/data/videos
|
||||||
- ./har:/data/har
|
- ./har:/data/har
|
||||||
- ./.streamlit:/app/.streamlit
|
- ./.streamlit:/app/.streamlit
|
||||||
- ./files:/tmp
|
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_STRING=postgresql+psycopg://skyvern:skyvern@postgres:5432/skyvern
|
- DATABASE_STRING=postgresql+psycopg://skyvern:skyvern@postgres:5432/skyvern
|
||||||
- BROWSER_TYPE=chromium-headful
|
- BROWSER_TYPE=chromium-headful
|
||||||
|
|||||||
Reference in New Issue
Block a user