diff --git a/compose.yaml b/compose.yaml index 94e7d9c..393dbee 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,6 +13,9 @@ services: context: . ports: - 5000:5000 + volumes: + - /Users/schihei/git/arxiv-sanity-lite/container-data/data/:/app/data + - /Users/schihei/git/arxiv-sanity-lite/container-data/static/thumb/:/app/static/thumb # The commented out section below is an example of how to define a PostgreSQL # database that your application can use. `depends_on` tells Docker Compose to