/[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.2 by sysadm, Thu Jan 8 15:14:08 2026 UTC Revision 1.3 by sysadm, Fri Jan 9 11:16:28 2026 UTC
# Line 1  Line 1 
1  services:  services:
2    mysql:    mysql:
3      image: mysql:8.4      image: mysql:8.4
4        platform: ${RUN_PLATFORM}
5      restart: unless-stopped      restart: unless-stopped
6      volumes:      volumes:
7        - mysql-data:/var/lib/mysql        - mysql-data:/var/lib/mysql
# Line 20  services: Line 21  services:
21    
22    apache:    apache:
23      image: leafok/lbbs-apache:testing      image: leafok/lbbs-apache:testing
24        platform: ${RUN_PLATFORM}
25      restart: unless-stopped      restart: unless-stopped
26      build:      build:
27        context: .        context: .
# Line 36  services: Line 38  services:
38    
39    php:    php:
40      image: leafok/lbbs-php:testing      image: leafok/lbbs-php:testing
41        platform: ${RUN_PLATFORM}
42      restart: unless-stopped      restart: unless-stopped
43      build:      build:
44        context: .        context: .
# Line 56  services: Line 59  services:
59    
60    bbsd-prepare:    bbsd-prepare:
61      image: leafok/lbbs-bbsd:testing      image: leafok/lbbs-bbsd:testing
62        platform: ${RUN_PLATFORM}
63      restart: on-failure      restart: on-failure
64      build:      build:
65        context: .        context: .
# Line 76  services: Line 80  services:
80    
81    bbsd:    bbsd:
82      image: leafok/lbbs-bbsd:testing      image: leafok/lbbs-bbsd:testing
83        platform: ${RUN_PLATFORM}
84      restart: unless-stopped      restart: unless-stopped
85      shm_size: '4gb'      shm_size: '4gb'
86      ports:      ports:


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

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