Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
Working swarm config for giantswarm
Browse files Browse the repository at this point in the history
  • Loading branch information
floedermann committed Feb 15, 2016
1 parent 73b908c commit 8b67872
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions swarm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"appserver": {
"image": "floedermann/jobscheduler:latest",
"ports": [4444, 40444],
"env": [
"MYSQL_ENV_MYSQL_USER=jobscheduler",
"MYSQL_ENV_MYSQL_PASSWORD=jobscheduler",
"MYSQL_PORT_3306_TCP_ADDR=mysql",
"MYSQL_PORT_3306_TCP_PORT=3306",
"MYSQL_ENV_MYSQL_DATABASE=jobscheduler"
],
"domains": {
"4444": "jobscheduler-$GIANTSWARM_LOGIN_NAME.gigantic.io"
},
Expand Down

0 comments on commit 8b67872

Please sign in to comment.