Browse Source

updated containerfiles with new label

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
0854f348a9
  1. 2
      src/gitea/Containerfile
  2. 2
      src/mailsrv/Containerfile
  3. 2
      src/mcbe/Containerfile
  4. 2
      src/nextcloud/Containerfile
  5. 2
      src/samba/Containerfile
  6. 4
      src/startpage/Containerfile

2
src/gitea/Containerfile

@ -5,7 +5,7 @@ FROM localhost/debian:latest
# deploy options
# -p (port) and -v (volume) both go host:container
LABEL deployopts="\
LABEL config_default="\
-p 9081:80 \
-p 9022:22 \
-v /srv/vol/gitea/git:/vol/git \

2
src/mailsrv/Containerfile

@ -5,7 +5,7 @@ FROM localhost/debian
# deploy options
# -p (port) and -v (volume) both go host:container
LABEL deployopts="\
LABEL config_default="\
-p 25:25 \
-p 587:587 \
-p 143:143 \

2
src/mcbe/Containerfile

@ -5,7 +5,7 @@ FROM localhost/debian:latest
# deploy options
# -p (port) and -v (volume) both go host:container
LABEL deployopts="\
LABEL config_default="\
-p 19132:19132/udp \
-p 19133:19133/udp \
-v /srv/vol/mcbe/data:/vol/data"

2
src/nextcloud/Containerfile

@ -5,7 +5,7 @@ FROM localhost/debian
# deploy options
# -p (port) and -v (volume) both go host:container
LABEL deployopts="\
LABEL config_default="\
--cap-add SYS_ADMIN \
-p 9080:80 \
-v /srv/vol/nextcloud/files:/vol/files \

2
src/samba/Containerfile

@ -5,7 +5,7 @@ FROM localhost/debian:latest
# deploy options
# -p (port) and -v (volume) both go host:container
LABEL deployopts="\
LABEL config_default="\
-p 9045:445 \
-v /srv/vol/samba/data:/vol/data \
-v /srv/vol/samba/media:/vol/media \

4
src/startpage/Containerfile

@ -5,7 +5,7 @@ FROM localhost/debian
# deploy options
# -p (port) and -v (volume) both go host:container
LABEL deployopts="-p 9082:80"
LABEL config_default="-p 9082:80"
# Build Variables
# versions of php and postgres
@ -51,4 +51,4 @@ COPY --chown=www-data:www-data assets/data.json startpage/data/data.json
# copy thumbnails
COPY --chown=www-data:www-data assets/thumbnails/ startpage/assets/thumbnails/
# copy wallpaper
COPY --chown=www-data:www-data assets/wallpaper/ startpage/assets/wallpaper/
COPY --chown=www-data:www-data assets/wallpaper/ startpage/assets/wallpaper/

Loading…
Cancel
Save