2022-05-10 23:07:54 +01:00
|
|
|
version: '3.2'
|
2022-07-31 12:24:40 +01:00
|
|
|
# quodatum basex
|
2022-05-10 23:07:54 +01:00
|
|
|
services:
|
|
|
|
|
|
|
|
basex:
|
|
|
|
image: "quodatum/basexhttp:latest"
|
|
|
|
container_name: basex-test
|
2022-05-10 23:16:04 +01:00
|
|
|
command: /srv/basex/bin/basexhttp
|
2022-05-10 23:07:54 +01:00
|
|
|
ports:
|
2023-12-23 21:21:16 +00:00
|
|
|
- 9090:8080
|
2023-12-25 22:25:11 +00:00
|
|
|
- 1985:1984
|
2023-12-23 21:21:16 +00:00
|
|
|
environment:
|
|
|
|
BASEX_JVM: "-Xmx1g"
|
2022-05-10 23:07:54 +01:00
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
- ./data:/srv/basex/data
|
|
|
|
- ./webapp:/srv/basex/webapp
|
|
|
|
- ./repo:/srv/basex/repo
|
2023-12-26 14:53:09 +00:00
|
|
|
- ./.basex:/srv/basex/.basex
|
2023-12-25 22:25:11 +00:00
|
|
|
# - ./custom:/srv/basex/lib/custom
|