mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-30 06:34:36 +02:00
12 lines
246 B
YAML
12 lines
246 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
revanced-api:
|
|
container_name: revanced-api
|
|
image: ghcr.io/revanced/revanced-api:latest
|
|
environment:
|
|
- GITHUB_TOKEN=YOUR_GITHUB_TOKEN
|
|
ports:
|
|
- 127.0.0.1:7934:8000
|
|
restart: unless-stopped
|