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

Diff of /lbbs-combo/docker-compose.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Thu Jan 8 03:27:09 2026 UTC Revision 1.2 by sysadm, Thu Jan 8 15:14:08 2026 UTC
# Line 12  services: Line 12  services:
12        MYSQL_PASSWORD: YjM2ZmRmODNmYmE        MYSQL_PASSWORD: YjM2ZmRmODNmYmE
13      networks:      networks:
14        - app-network        - app-network
15        mem_limit: 512M
16        command:
17          - --skip-performance-schema
18          - --innodb-buffer-pool-size=64M
19          - --max-connections=15
20    
21    apache:    apache:
22      image: leafok/lbbs-apache:testing      image: leafok/lbbs-apache:testing
# Line 42  services: Line 47  services:
47      depends_on:      depends_on:
48        mysql:        mysql:
49          condition: service_started          condition: service_started
50          restart: true                restart: true
51      networks:      networks:
52        - app-network        - app-network
53      expose:      expose:
# Line 64  services: Line 69  services:
69      depends_on:      depends_on:
70        mysql:        mysql:
71          condition: service_started          condition: service_started
72          restart: true                restart: true
73      networks:      networks:
74        - app-network        - app-network
75      command:      command: [ "/bin/sh", "/usr/local/lbbs/bin/bbsd_prepare.sh" ]
       [ "/bin/sh", "/usr/local/lbbs/bin/bbsd_prepare.sh" ]  
76    
77    bbsd:    bbsd:
78      image: leafok/lbbs-bbsd:testing      image: leafok/lbbs-bbsd:testing
# Line 88  services: Line 92  services:
92          condition: service_completed_successfully          condition: service_completed_successfully
93      networks:      networks:
94        - app-network        - app-network
95      command:      command: [ "/usr/local/lbbs/bin/bbsd", "-f" ]
       [ "/usr/local/lbbs/bin/bbsd", "-f" ]  
96    
97  networks:  networks:
98    app-network:    app-network:


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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