- Rename
splitwise.example.ini
andusers.example.ini
tosplitwise.ini
andusers.ini
. - Add desired number of users to
users.ini
. - Don't manually change
splitwise.ini
. Access codes will be stored here automatically after login.
- Build app container with
docker-compose build
. Note: This has to be repeated each time/app
changes, i.e. is updated. - Start container with
docker-compose up
. - App is available (by default) on port 8080 of host. Change this in
docker-compose.yml
if required.
- Start:
docker-compose start
- To apply new settings, e.g. add new users, the app has to be restarted:
docker-compose restart
- Stop:
docker-compose stop
- Important:
./data
is mounted as volume inside the Docker container. It will contain all bills and settings. It should be backuped!