Update setup

Deon George 2021-08-18 00:24:05 +00:00
parent d1988a0b09
commit 9832082fdc

@ -8,18 +8,22 @@ These defaults are often not enough for each of the services to run, so you'll n
Supervisor is starting the various services inside the container, and below is the path to the configuration file expected.
## Mounts Required for Services
| Service | Path |
| ------ | ------ |
| binkd | /etc/binkd |
| qico | /etc/qico |
| ifcico | /etc/ifmail |
| hpt | /etc/ftn |
| jamnntpd | /etc/jamnntpd |
| cron (daily) | /etc/cron.daily |
| zerotier | /var/lib/zerotier-one |
| Service | Path | Port |
| ------ | ------ | ---- |
| binkd | /etc/binkd | 24554 |
| qico | /etc/qico | 60177/60179 |
| ifcico | /etc/ifmail | 60177/60179 |
| hpt | /etc/ftn | - |
| jamnntpd | /etc/jamnntpd | 119 |
| cron (daily) | /etc/cron.daily | - |
| zerotier | /var/lib/zerotier-one | - |
This mounts are normally provided by the `-v` start command when starting a container.
The ports used by the services can be overridden by the `-p` for the host side or container side (and if you change the container side, you'll need to update the configuration file for the respective service).
NGINX is also used in the container, and it will forward anything coming from 24553 (TLS) to 24554 (non-TLS).
## Additional Mounts
| Service | Path |
| ------ | ------ |