Skip to content

Commit

Permalink
Clarify that the default docker-compose file is not set in stone
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-lau authored Mar 10, 2021
1 parent 29ef46c commit 9f85a9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wildduck: dockerized - 🦆+🐋=❤
This will set up:
The default docker-compose file will set up:

| Service | Why |
| ---------------- | --------------------------------------------------------- |
Expand All @@ -12,6 +12,8 @@ This will set up:
| MongoDB | Database used by most services |
| Redis | Key-value store used by most services |

For the default docker-compose file to work without any further setup, you need port 80/443 available for Traefik to get certificates. However, the compose file is not set in stone. You can remove Traefik from the equation and use your own reverse proxy (or configure the applications to handle TLS directly), remove certain services, etc.

No STARTTLS support, only SSL/TLS.

## Set up Docker
Expand Down

0 comments on commit 9f85a9c

Please sign in to comment.