Added admin
This commit is contained in:
22
admin.yaml
Normal file
22
admin.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
services:
|
||||||
|
filebrowser:
|
||||||
|
image: 80x86/filebrowser:latest
|
||||||
|
ports:
|
||||||
|
- "8082:8082"
|
||||||
|
volumes:
|
||||||
|
- /portainer/FileBrowser:/config
|
||||||
|
- /media:/myfiles
|
||||||
|
homarr:
|
||||||
|
image: ghcr.io/ajnart/homarr:latest
|
||||||
|
networks:
|
||||||
|
- nginx
|
||||||
|
hostname: homarr
|
||||||
|
volumes:
|
||||||
|
- /portainer/homarr/configs:/app/data/configs
|
||||||
|
- /portainer/homarr/icons:/app/public/icons
|
||||||
|
environment:
|
||||||
|
- PORT=7575
|
||||||
|
|
||||||
|
networks:
|
||||||
|
nginx:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user