Public Docker deployment files for SuperSubscription.
curl -O https://raw.githubusercontent.com/AchieveHF/superSubscription-docker/main/docker-compose.yml
APP_PORT=3000 docker compose up -dOpen:
http://localhost:3000
On first visit, create the super admin account and password in the web UI.
You can also preset the admin account before first startup:
WEB_ADMIN_USERNAME=admin \
WEB_ADMIN_PASSWORD=your-password \
APP_PORT=3000 \
docker compose up -dTemporarily set reset variables and restart:
WEB_ADMIN_USERNAME_RESET=admin \
WEB_ADMIN_PASSWORD_RESET=new-password \
docker compose up -dAfter login succeeds, remove the reset variables from your deployment config.
ghcr.io/achievehf/super-subscription:latest
The service connects to https://data.woca.fun by default.