This commit is contained in:
2026-09-07 11:39:39 +02:00
parent 59722ee255
commit d0e022484e
10 changed files with 440 additions and 30 deletions

View File

@@ -4,6 +4,8 @@ services:
container_name: 3d-project-manager
ports:
- "8080:8080"
environment:
- PASSWORD_SHA256=${PASSWORD_SHA256}
volumes:
# Your projects live here as plain folders on your desktop.
# Set PROJECTS_DIR in the .env file to an absolute path, e.g.