health container and filebrowser container now active
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 5s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 15s

Configuration needed at this point however
This commit is contained in:
2025-04-16 20:28:48 -07:00
parent 3521b840ae
commit 3c6bc90feb
4 changed files with 47 additions and 7 deletions

View File

@@ -3,4 +3,25 @@ services:
container_name: health
image: nginx:latest
ports:
- "{{ docker_health_port }}:80"
- "{{ health_port }}:80"
filebrowser:
container_name: filebrowser
image: filebrowser/filebrowser
volumes:
- filebrowser-data:/srv
- filebrowser-db:/database.db
environment:
PUID: "{{ puid }}"
PGID: "{{ pgid }}"
volumes:
filebrowser-data:
name: vol-filebrowser-data
driver: local
filebrowser-db:
name: vol-filebrowser-db
driver: local
filebrowser-cfg:
name: vol-filebrowser-cfg
driver: local