set volumes

This commit is contained in:
Julian Freeman
2025-06-26 20:18:39 -04:00
parent bd0e0393d1
commit b4417d8ff5

View File

@@ -5,6 +5,9 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- 7310:7310 - 7310:7310
volumes:
- ./static/output:/app/static/output
- ./static/uploads:/app/static/uploads
networks: networks:
- default_net - default_net