mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
12 lines
332 B
YAML
12 lines
332 B
YAML
![]() |
version: "3"
|
||
|
services:
|
||
|
web:
|
||
|
image: dynamicbible:3.2.0
|
||
|
build:
|
||
|
context: ./
|
||
|
dockerfile: ./Dockerfile
|
||
|
ports:
|
||
|
- 8100:8100
|
||
|
- 35729:35729
|
||
|
volumes:
|
||
|
- ./releases:/db/dynamicbible/DynamicBibleIonic/platforms/android/app/build/outputs/apk/release/
|