Build files for the Etesync Server. This is a relatively simple setup.
docker build -t laura7089/etesync .
docker run -p 8000:8000You should refer to the upstream production setup guide once you have confirmed the image works.
An example setup is included with this repo in deploy/, but should not be considered production-ready.
The "easy" configuration file from upstream is modified here and mounted at /etc/etebase-server/etebase-server.ini by default; override this if you wish.
- Static files are created at start in the volume at
/srv/etebase-server - Data files are stored in the volume at
/var/etebase-server - The image will serve at
8000on TCP