new mobile project
This commit is contained in:
25
agent-mobile/docker.yml
Normal file
25
agent-mobile/docker.yml
Normal file
@ -0,0 +1,25 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
# original https://github.com/budtmo/docker-android
|
||||
# fork with storage https://github.com/Hadows/docker-android13
|
||||
# https://iandroids.github.io/docker-android/ # -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1
|
||||
android-container:
|
||||
image: budtmo/docker-android:emulator_14.0 #budtmo/docker-android
|
||||
container_name: android-container
|
||||
ports:
|
||||
- "6081:6080"
|
||||
- "5554:5554"
|
||||
- "5555:5555"
|
||||
environment:
|
||||
EMULATOR_DEVICE: Samsung Galaxy S10
|
||||
WEB_VNC: "true"
|
||||
devices:
|
||||
- "/dev/kvm:/dev/kvm"
|
||||
volumes:
|
||||
- "/mnt/storage/DEV/workspace/repos/git.d-popov.com/ai-kevin/agent-mobile/artimobile:/home/androidusr/tmp"
|
||||
- /mnt/apps/docker_volumes/android_emulator/download:/home/androidusr/download
|
||||
#- "/mnt/apps/docker_volumes/android_emulator/data:/home/androidusr/.android"
|
||||
#- /mnt/apps/docker_volumes/android_emulator/.android:/home/androidusr/.android
|
||||
#- /mnt/apps/docker_volumes/android_emulator/android_emulator:/home/androidusr/emulator
|
||||
working_dir: /home/androidusr/tmp
|
||||
#command: /bin/bash -c "cd /home/androidusr/tmp && npx react-native run-android"
|
Reference in New Issue
Block a user