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