mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-18 00:43:57 +00:00
chore: Change docker compose file to example
This commit is contained in:
13
docker-compose.example.yml
Normal file
13
docker-compose.example.yml
Normal 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
|
||||
Reference in New Issue
Block a user