This commit is contained in:
lichx
2025-04-05 17:23:37 +08:00
commit 4693550fb2
4 changed files with 53 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#version: '3.8'
services:
app:
image: lichx/maa-container:v1.0
build:
context: .
dockerfile: Dockerfile
args:
proxy: ${PROXY}
git_link: ${GIT_LINK}
git_name: ${GIT_NAME}
environment:
- redroid_path=${REDROID_PATH}
- adb_address=${ADB_ADDRESS}
- MAA_CONFIG_DIR=${MAA_CONFIG_DIR}
- MAA_LOG=${MAA_LOG}
volumes:
- ~/.config/redroid-rk3588:/app/redroid-rk3588
- ~/redroid-data:/home/ubuntu/redroid-data
- /var/run/docker.sock:/var/run/docker.sock
- ~/.config/redroid-log:/app/redroid-log
# network_mode: host