-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
72 lines (67 loc) · 2.4 KB
/
Copy pathdocker-compose.yml
File metadata and controls
72 lines (67 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
################################################################################
#
# This file is part of SplashSync Project.
#
# Copyright (C) Splash Sync <www.splashsync.com>
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.
#
# @author Bernard Paquier <contact@splashsync.com>
#
################################################################################
################################################################################
# Docker Compose File
#
# This Docker File intend to Create a Complete Dev Environment
# for Splash Modules on Prestashop
#
# To us different PS Version configured, you need to add hosts to /etc/hosts
#
# 172.100.0.13 v13.dolibarr.local
# 172.100.0.14 v14.dolibarr.local
# 172.100.0.15 v15.dolibarr.local
# 172.100.0.16 v16.dolibarr.local
# 172.100.0.17 v17.dolibarr.local
# 172.100.0.18 v18.dolibarr.local
# 172.100.0.19 v19.dolibarr.local
# 172.100.0.20 v20.dolibarr.local
# 172.100.0.21 v21.dolibarr.local
# 172.100.0.22 v22.dolibarr.local
# 172.100.0.23 v23.dolibarr.local
# 172.100.0.99 latest.dolibarr.local
# 172.100.0.100 toolkit.dolibarr.local
# 172.100.0.101 db.dolibarr.local
# 172.100.0.200 phpmyadmin.dolibarr.local
#
################################################################################
name: "splash-dolibarr-dev"
include:
- docker/mysql.compose.yaml
- docker/toolkit.compose.yaml
- docker/dolibarr.compose.yaml
- docker/dol-23.compose.yaml
- docker/dol-22.compose.yaml
- docker/dol-21.compose.yaml
- docker/dol-20.compose.yaml
- docker/dol-19.compose.yaml
- docker/dol-18.compose.yaml
- docker/dol-17.compose.yaml
- docker/dol-16.compose.yaml
- docker/dol-15.compose.yaml
networks:
################################################################################
# Default Private Network
default:
driver: bridge
ipam:
config:
- subnet: 172.100.0.0/24
################################################################################
# External Splash Network
splashsync:
external: true