1.4 KiB
1.4 KiB
Samba
Provides authenticated SMB access to selected host storage and documentation on Nautilus.
Deployment layout
- Compose:
/srv/docker/samba/docker-compose.yml - Static configuration/source: no additional mounted configuration
- Non-secret environment: share definitions and the NetBIOS name are declared inline in Compose; account,
UID, and share-user settings are supplied by the central environment; there is no project-local
.env - Secrets:
/srv/docker/secrets/samba/.env - NVMe application state: none
- Bulk HDD data: none owned by Samba
- Other mounts:
/data/Data1read-write,/srv/downloadsread-only,/srv/certsread-only,/home/beda/nautilus-docsread-write, and./samba_sharesas the explicit/sharesvolume root
Secrets are never committed to this repository. The central secret environment is supplied to the Samba service.
Dependencies and recovery
- Networks/dependencies: Samba uses host networking and depends on
/data/Data1,/srv/downloads,/srv/certs, and/home/beda/nautilus-docsbeing available; no container dependencies are declared - Back up: the separately protected Samba secret environment; shared source paths follow their respective backup policies
- Re-creatable: the Samba container and empty
samba_sharesmount-point scaffolding; no persistent cache or Samba-owned application state is declared