mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
15 lines
243 B
YAML
15 lines
243 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
revanced:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: revanced-builder
|
|
container_name: revanced-builder
|
|
platform: linux/amd64
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- .:/app:z
|