Compare commits

1 Commits
v0.1.0 ... main

Author SHA1 Message Date
Julian Freeman
b4417d8ff5 set volumes 2025-06-26 20:18:39 -04:00

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