Update website hosting to allow local static apps

This commit is contained in:
2024-11-08 10:04:46 +00:00
parent b043a915c0
commit 7ace3851e2
2 changed files with 17 additions and 15 deletions

View File

@@ -87,6 +87,8 @@
name: website
image: ghcr.io/m5p3nc3r/website:main
restart_policy: always
volumes:
- /home/matt/public/apps:/app/public/apps
ports:
- "3000:3000"
state: started