Changing Maildomain
This commit is contained in:
parent
ace066a36d
commit
5b25e28e8c
5 changed files with 11 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL maintainer "J. Elfring <devops@elfrinjo.de>"
|
LABEL maintainer "J. Elfring <code@elfring.ms>"
|
||||||
|
|
||||||
## Install prereqs
|
## Install prereqs
|
||||||
RUN apk add --update --no-cache \
|
RUN apk add --update --no-cache \
|
||||||
|
|
|
@ -7,9 +7,9 @@ services:
|
||||||
build: ./aap
|
build: ./aap
|
||||||
image: elfrinjo/aap:latest
|
image: elfrinjo/aap:latest
|
||||||
|
|
||||||
feed-to-muc:
|
#feed-to-muc:
|
||||||
build: ./feed-to-muc
|
# build: ./feed-to-muc
|
||||||
image: elfrinjo/feed-to-muc:latest
|
# image: elfrinjo/feed-to-muc:latest
|
||||||
|
|
||||||
prosody-0.11:
|
prosody-0.11:
|
||||||
build: ./prosody-0.11
|
build: ./prosody-0.11
|
||||||
|
@ -22,3 +22,7 @@ services:
|
||||||
webdav:
|
webdav:
|
||||||
build: ./webdav
|
build: ./webdav
|
||||||
image: elfrinjo/webdav:latest
|
image: elfrinjo/webdav:latest
|
||||||
|
|
||||||
|
toolbox:
|
||||||
|
build: ./toolbox
|
||||||
|
image: elfrinjo/toolbox:latest
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
|
|
||||||
LABEL maintainer "J. Elfring <devops@elfrinjo.de>"
|
LABEL maintainer "J. Elfring <code@elfring.ms>
|
||||||
|
|
||||||
## Install Packages
|
## Install Packages
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
LABEL maintainer "J. Elfring <devops@elfrinjo.de>"
|
LABEL maintainer "J. Elfring <code@elfring.ms>
|
||||||
|
|
||||||
RUN apk --update --no-cache add tor
|
RUN apk --update --no-cache add tor
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM alpine:3.12
|
FROM alpine:3.12
|
||||||
LABEL maintainer "J. Elfring <devops@elfrinjo.de>"
|
LABEL maintainer "J. Elfring <code@elfring.ms>
|
||||||
|
|
||||||
## Install prereqs
|
## Install prereqs
|
||||||
RUN apk add --update --no-cache \
|
RUN apk add --update --no-cache \
|
||||||
|
|
Reference in a new issue