---
version: "3.8"
services:
app:
volumes:
- external_storage:/mnt/external_storage${STORAGE_READONLY}
external_storage:
driver: local
driver_opts:
type: cifs
device: ${STORAGE_DEVICE}
o: "username=${STORAGE_USERNAME},password=${STORAGE_PASSWORD}"