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:
|
2022-05-10 23:11:18 +01:00
|
|
|
- 8984:8984
|
2022-05-10 23:07:54 +01:00
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
- ./data:/srv/basex/data
|
|
|
|
- ./webapp:/srv/basex/webapp
|
|
|
|
- ./repo:/srv/basex/repo
|
|
|
|
- ./custom:/srv/basex/lib/custom
|