Skip to content

Commit

Permalink
Entirely docker fix. and add Docker Compose File. and SOGo.
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarInterface committed Apr 20, 2023
1 parent 9b0f40d commit 58ca910
Show file tree
Hide file tree
Showing 19 changed files with 800 additions and 127 deletions.
11 changes: 9 additions & 2 deletions Dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
# Run all applications in one container.
FROM ubuntu:jammy
MAINTAINER Zhang Huangbin <[email protected]>
EXPOSE 80 443 25 465 587 143 993 110 995 4190
EXPOSE 389 636 #ldap/ldaps
EXPOSE 25 465 587 #smtp/smtps
EXPOSE 143 993 #imap/imaps
EXPOSE 7791 #iredadmin
EXPOSE 20000 #SOGo
EXPOSE 19999 #Netdata Monitor

ARG ENTRYPOINTS_DIR=/docker/entrypoints
ARG SCRIPTS_DIR=/docker/scripts
Expand Down Expand Up @@ -41,7 +46,9 @@ COPY ./config/. /
# entrypoint scripts
#
COPY ./entrypoints/. ${ENTRYPOINTS_DIR}/
COPY ./settings.conf ${ENTRYPOINTS_DIR}/
#####################SETTING UNIFICATION######################
COPY ./iredmail-docker.conf ${ENTRYPOINTS_DIR}/
##############################################################

# Main entrypoint script.
COPY ./entrypoints/all_in_one.sh /entrypoint.sh
Expand Down
1 change: 1 addition & 0 deletions config/etc/memcached.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-l 127.0.0.1
Loading

0 comments on commit 58ca910

Please sign in to comment.