chore: Change docker compose file to example

This commit is contained in:
oSumAtrIX
2024-06-06 02:49:44 +02:00
parent 9825865bbc
commit 8614e5eed6
3 changed files with 15 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
services:
revanced-api:
container_name: revanced-api
image: ghcr.io/revanced/revanced-api:latest
volumes:
- /data/revanced-api/persistence:/app/persistence
- /data/revanced-api/.env:/app/.env
- /data/revanced-api/configuration.toml:/app/configuration.toml
environment:
- COMMAND=start
ports:
- localhost:8888:8888
restart: unless-stopped