Working copy of samba.
This commit is contained in:
@@ -83,58 +83,23 @@ services:
|
||||
- "53:53/udp"
|
||||
restart: always
|
||||
|
||||
# Must add "ntlm auth = yes" to global section in smb.conf
|
||||
# adduser and smbpasswd have to be run
|
||||
# Sample smb.conf is copied to repo.
|
||||
samba:
|
||||
build: .
|
||||
image: gists/samba-server
|
||||
container_name: samba
|
||||
ports:
|
||||
- "137:137/udp"
|
||||
- "138:138/udp"
|
||||
- "139:139/tcp"
|
||||
- "445:445/tcp"
|
||||
environment:
|
||||
TZ: Europe/Berlin
|
||||
network_mode: host
|
||||
PASSWORD: lmaa,dw.
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- samba-config:/etc/samba
|
||||
- /media/backup:/share
|
||||
- /media/backup:/mnt
|
||||
|
||||
|
||||
# smokeping:
|
||||
# image: lscr.io/linuxserver/smokeping
|
||||
# container_name: smokeping
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - TZ=Europe/Berlin
|
||||
# restart: unless-stopped
|
||||
# networks:
|
||||
# - proxy
|
||||
# volumes:
|
||||
# - smokeping-config:/config
|
||||
# - smokeping:/data
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.http.routers.smokeping.entrypoints=web"
|
||||
# - "traefik.http.routers.smokeping.rule=Host(`smokeping.lan`)"
|
||||
# - "traefik.http.services.smokeping.loadbalancer.server.port=80"
|
||||
#
|
||||
# netdata:
|
||||
# image: netdata/netdata
|
||||
# container_name: netdata
|
||||
# restart: unless-stopped
|
||||
# cap_add:
|
||||
# - SYS_PTRACE
|
||||
# networks:
|
||||
# - proxy
|
||||
# volumes:
|
||||
# - netdataconfig:/etc/netdata
|
||||
# - netdatalib:/var/lib/netdata
|
||||
# - netdatacache:/var/cache/netdata
|
||||
# - /etc/passwd:/host/etc/passwd:ro
|
||||
# - /etc/group:/host/etc/group:ro
|
||||
# - /proc:/host/proc:ro
|
||||
# - /sys:/host/sys:ro
|
||||
# - /etc/os-release:/host/etc/os-release:ro
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.http.routers.netdata.entrypoints=web"
|
||||
# - "traefik.http.routers.netdata.rule=Host(`netdata.lan`)"
|
||||
# - "traefik.http.services.netdata.loadbalancer.server.port=19999"
|
||||
|
||||
Reference in New Issue
Block a user