1
Fork 0

Initial commit

master
Vladimir Hodakov 2020-04-18 17:06:41 +04:00
commit d08a8fe1e9
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
3 changed files with 30 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
type: docker
name: build
steps:
- name: docker
image: plugins/docker
settings:
username: fat0troll
password:
from_secret: registry_password
repo: fat0troll/samba-with-avahi
auto_tag: true

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

15
Dockerfile Normal file
View File

@ -0,0 +1,15 @@
FROM alpine
MAINTAINER Vladimir Hodakov <vladimir@hodakov.me>
RUN apk add --no-cache samba-common-tools samba-server
VOLUME /etc/samba \
/var/lib/samba \
/data
EXPOSE 137/udp \
138/udp \
139/tcp \
445/tcp
CMD nmbd -D && smbd -FS --no-process-group