Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 845 Bytes

File metadata and controls

23 lines (15 loc) · 845 Bytes

Etesync Docker Image

Build files for the Etesync Server. This is a relatively simple setup.

Usage

docker build -t laura7089/etesync .
docker run -p 8000:8000

You 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.

Configuration

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 8000 on TCP