[POSTFIX] first progress

This commit is contained in:
Ludwig Lehnert
2026-02-18 12:09:38 +01:00
parent eb090abf4e
commit 29392fd4ca
7 changed files with 229 additions and 35 deletions

View File

@@ -3,10 +3,12 @@ services:
build:
context: .
container_name: ad-samba-file-server
hostname: ${SAMBA_HOSTNAME:-ad-samba-file-server}
hostname: ${SAMBA_HOSTNAME:-adsambafsrv}
restart: unless-stopped
env_file:
- .env
environment:
NETBIOS_NAME: ${NETBIOS_NAME:-ADSAMBAFSRV}
ports:
- "445:445"
- "139:139"