services: mine-dlrepo: container_name: mine-dlrepo image: filebrowser/filebrowser env_file: ./dlrepo.env restart: always ports: - 21301:80 volumes: - ${PERSISTANT_STORAGE_PATH}/bots:/srv - ${PERSISTANT_STORAGE_PATH}/botu/branding:/branding - type: bind source: ${PERSISTANT_STORAGE_PATH}/botu/db/database.db target: /db/database.db - type: bind source: ${PERSISTANT_STORAGE_PATH}/botu/.filebrowser.json target: /.filebrowser.json # - ${PERSISTANT_STORAGE_PATH}/:/ environment: - TZ=${TIMEZONE} networks: - dlrepo-nw networks: dlrepo-nw: