+! Filebrowser working and operational
This commit is contained in:
parent
fc41077de8
commit
5f4ad1f388
@ -8,21 +8,21 @@
|
||||
include_vars:
|
||||
dir: ../vars
|
||||
|
||||
- name: Include FQDN
|
||||
include_vars:
|
||||
dir: ../defaults
|
||||
- name: Ensure Filebrowser Volume Exists
|
||||
community.docker.docker_volume:
|
||||
name: file-storage
|
||||
state: present
|
||||
|
||||
- name: Setup Filebrowser Container
|
||||
community.docker.docker_container:
|
||||
name: filestash
|
||||
name: filebrowser
|
||||
image: filebrowser/filebrowser
|
||||
restart_policy: always
|
||||
recreate: yes
|
||||
user: "{{FILES_UID}}:{{FILES_GID}}"
|
||||
volumes:
|
||||
- "{{FILES_HOME}}:/srv"
|
||||
- "file-storage:/srv"
|
||||
ports:
|
||||
- "{{FILEBROWSER_PORT}}:{{FILEBROWSER_PORT}}"
|
||||
- "{{FILEBROWSER_PORT}}:80"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user