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
0999a67b
Commit
0999a67b
authored
Apr 30, 2018
by
Daniel Seybold
Browse files
added etcd
parent
44c0195e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
docker-compose.yml
docker-compose.yml
+8
-0
No files found.
docker-compose.yml
View file @
0999a67b
...
...
@@ -19,6 +19,7 @@ services:
-
MYSQL_PW=${DATABASE_PASSWORD}
-
MYSQL_DB=${DATABASE_DB}
-
MYSQL_HOST=colosseum-store
-
ETCD_HOST=colosseum-etcd
ports
:
-
9000:9000
volumes
:
...
...
@@ -34,3 +35,10 @@ services:
-
PMA_PASSWORD=${DATABASE_PASSWORD}
ports
:
-
8080:80
colosseum-etcd
:
depends_on
:
-
"
colosseum-service"
image
:
microbox/etcd:latest
command
:
-name=colosseum-etcd
restart
:
always
\ 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