2024-11-18 10:58:54 +00:00
|
|
|
version: "3"
|
2024-03-30 20:33:59 +00:00
|
|
|
services:
|
2024-11-18 10:58:54 +00:00
|
|
|
jabe:
|
2024-11-18 11:07:35 +00:00
|
|
|
container_name: jabe
|
2024-11-18 10:58:54 +00:00
|
|
|
image: git.iwakura.rip/hex/jabe:stable-latest
|
2024-03-30 20:33:59 +00:00
|
|
|
volumes:
|
2024-06-09 16:30:04 +00:00
|
|
|
- ./data:/app/data # bind mount is recommended.
|
2024-03-30 20:33:59 +00:00
|
|
|
ports:
|
|
|
|
- 3024:3024
|