Mercurial > sat_docs
comparison docker_legacy/sat/Dockerfile @ 164:29873a41aae1
docker: new docker files are now in sat main repos, this one is legacy
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Jan 2021 18:33:52 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
163:a63f6d360326 | 164:29873a41aae1 |
---|---|
1 ############################################################### | |
2 # # | |
3 # Salut à Toi/sat # | |
4 # This Dockerfile build backend image with media # | |
5 # Salut à Toi is a multi-frontends multi-purposes XMPP client # | |
6 # # | |
7 ############################################################### | |
8 | |
9 FROM salutatoi/media:latest | |
10 | |
11 MAINTAINER Goffi <goffi@goffi.org> | |
12 | |
13 ######### | |
14 # Ports # | |
15 ######### | |
16 | |
17 # IMAP and SMTP | |
18 EXPOSE 10143 10125 | |
19 | |
20 ######## | |
21 # MISC # | |
22 ######## | |
23 | |
24 # /tmp is used in libervia for avatar upload/radiocol | |
25 VOLUME /tmp | |
26 | |
27 ########## | |
28 # LAUNCH # | |
29 ########## | |
30 | |
31 ENTRYPOINT ["sat"] | |
32 # foreground by default | |
33 CMD ["fg"] |