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