Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
docker
Commits
c7c6ddaa
Commit
c7c6ddaa
authored
May 07, 2018
by
Daniel Seybold
Browse files
added application-catalogue to docker-compose
parent
0999a67b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
1 deletion
+32
-1
README.md
README.md
+17
-0
docker-compose.yml
docker-compose.yml
+15
-1
No files found.
README.md
View file @
c7c6ddaa
...
...
@@ -20,3 +20,20 @@ Installation of Cloudiator using Docker (docker-compose).
Required folder for logging:
```
/var/log/colosseum/
```
```
/var/log/application-catalogue
```
Required folder for persistent data:
```
/var/lib/cloudiator/colosseum-store/
```
docker-compose.yml
View file @
c7c6ddaa
...
...
@@ -23,7 +23,7 @@ services:
ports
:
-
9000:9000
volumes
:
-
/var/log/clo
udiator
:/opt/docker-init/logs
-
/var/log/c
o
lo
sseum
:/opt/docker-init/logs
colosseum-phpmyadmin
:
depends_on
:
-
"
colosseum-store"
...
...
@@ -41,4 +41,18 @@ services:
image
:
microbox/etcd:latest
command
:
-name=colosseum-etcd
restart
:
always
ports
:
-
4001:4001
-
7001:7001
application-catalogue
:
depends_on
:
-
"
colosseum-service"
image
:
application-catalogue:latest
restart
:
always
environment
:
-
COLOSSEUM_URI=colosseum-service
ports
:
-
9091:8080
volumes
:
-
/var/log/application-catalogue:/var/log/db-evaluator/
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment