blob: be63b68eeb98bbb9e6c5a3312d778b2c5eee19f9 (
plain)
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
|
os:
extends:
file: OS/docker-compose.yml
service: fedora
apache:
extends:
file: Services/apache/docker-compose.yml
service: server
php:
extends:
file: Services/php/docker-compose.yml
service: server
mariadb:
extends:
file: Services/mariadb/docker-compose.yml
service: server
memcache:
extends:
file: Services/memcache/docker-compose.yml
service: server
#mongo:
# extends:
# file: Services/mongo/docker-compose.yml
# service: server
#nodejs:
# build: Services/nodejs/
# container_name: "startx-sv-nodejs"
# command: node /app/app.js
#ooconv:
# build: Services/ooconv/
# container_name: "startx-sv-ooconv"
#postgres:
# build: Services/postgres/
# container_name: "startx-sv-postgres"
#pma:
# build: Applications/phpmyadmin/
# container_name: "startx-app-phpmyadmin"
#
#rockmongo:
# build: Applications/rockmongo/
# container_name: "startx-app-rockmongo"
|