From 0d26400c40f28c49c3968140af8a79f63e4b0010 Mon Sep 17 00:00:00 2001 From: Dave Dietrick Date: Tue, 20 Jun 2023 18:11:22 -0400 Subject: [PATCH] Added admin --- admin.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 admin.yaml diff --git a/admin.yaml b/admin.yaml new file mode 100644 index 0000000..a165314 --- /dev/null +++ b/admin.yaml @@ -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 \ No newline at end of file