Merge pull request #8 from hhftechnology/dev

update
This commit is contained in:
HHF Technology
2025-11-21 18:11:49 +05:30
committed by GitHub
3 changed files with 0 additions and 29 deletions

View File

@@ -1,12 +0,0 @@
services:
dashy:
image: lissy93/dashy
container_name: Dashy
volumes:
- /DASHY_CONFIG/conf.yml:/app/user-data/conf.yml
- /DASHY_ICONS:/app/public/item-icons/icons
ports:
- 8080:8080
environment:
- NODE_ENV=production
restart: unless-stopped

View File

@@ -1,17 +0,0 @@
services:
firefox:
image: lscr.io/linuxserver/firefox:latest
container_name: firefox
security_opt:
- seccomp:unconfined
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /FIREFOX_CONFIG:/config
ports:
- 3000:3000
- 3001:3001
shm_size: 1gb
restart: unless-stopped