mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 14:14:29 +02:00

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alexandre Teles (afterSt0rm) <alexandre.teles@ufba.br>
17 lines
408 B
YAML
17 lines
408 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
revanced-api:
|
|
container_name: revanced-api
|
|
image: ghcr.io/revanced/revanced-api:latest
|
|
volumes:
|
|
- /data/revanced-api:/usr/src/app/persistence
|
|
environment:
|
|
- GITHUB_TOKEN=YOUR_GITHUB_TOKEN
|
|
- SECRET_KEY=YOUR_SECRET_KEY
|
|
- USERNAME=YOUR_USERNAME
|
|
- PASSWORD=YOUR_PASSWORD
|
|
ports:
|
|
- 127.0.0.1:7934:8000
|
|
restart: unless-stopped
|