summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: a3521fe90487b9248d132f33a3f7baf07ef035be (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
fedora:
  build: OS/
  container_name: "startx-fedora"

apache:
  build: Services/apache/
  container_name: "startx-sv-apache"

mariadb:
  build: Services/mariadb/
  container_name: "startx-sv-mariadb"

#memcache:
#  build: Services/memcache/
#  container_name: "startx-sv-memcache"

#mongo:
#  build: Services/mongo/
#  container_name: "startx-sv-mongo"

nodejs:
  build: Services/nodejs/
  container_name: "startx-sv-nodejs"

#ooconv:
#  build: Services/ooconv/
#  container_name: "startx-sv-ooconv"

php:
  build: Services/php/
  container_name: "startx-sv-php"

#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"