You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TZ: The timezone assigned to the container (default UTC)
POSTGRES_HOST: Hostname of the database server (default db)
POSTGRES_PORT: Port where the database server is reachable (default 5432)
POSTGRES_USER: Username for database (default spliit)
POSTGRES_DB: Database name (default spliit)
POSTGRES_TIMEOUT: Time in seconds after which we stop trying to reach the database server (default 60)
POSTGRES_PASSWORD: Password for database user (default empty)
Ports
3000/tcp: HTTP port
Usage
Docker Compose
Docker compose is the recommended way to run this image. You can use the
following docker compose template, then run
the container:
docker compose up -d
docker compose logs -f
Upgrade
To upgrade, pull the newer image and launch the container:
docker compose pull
docker compose up -d
Contributing
Want to contribute? Awesome! The most basic way to show your support is to star
the project, or to raise issues. You can also support this project by becoming a sponsor on GitHub
or by making a PayPal donation to ensure this
journey continues indefinitely!
Thanks again for your support, it is much appreciated! 🙏