/[LeafOK_CVS]/lbbs/docker-compose.yml
ViewVC logotype

Annotation of /lbbs/docker-compose.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Mon Jan 5 05:42:59 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Content type: application/yaml
Add Docker config files

1 sysadm 1.1 services:
2     bbsd:
3     image: leafok/lbbs-bbsd
4     shm_size: '4gb'
5     build:
6     context: .
7     dockerfile: Dockerfile/dockerfile.bbsd
8     ports:
9     - "2322:2322"
10     - "2323:2323"
11     volumes:
12     - bbsd-conf:/usr/local/lbbs/conf
13     - bbsd-data:/usr/local/lbbs/data
14     - bbsd-var:/usr/local/lbbs/var
15     - bbsd-log:/usr/local/lbbs/log
16     - bbsd-utils-conf:/usr/local/lbbs/utils/conf
17     command: [ "/usr/local/lbbs/bin/bbsd", "-f" ]
18    
19     volumes:
20     bbsd-conf:
21     driver: local
22     bbsd-data:
23     driver: local
24     bbsd-var:
25     driver: local
26     bbsd-log:
27     driver: local
28     bbsd-utils-conf:
29     driver: local

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1