Skip to content

Conversation

denzuko
Copy link
Contributor

@denzuko denzuko commented Aug 31, 2018

Implements #11

Requires the following env variables to be set at deployment:

VIRTUAL_HOST (domain) - Top level domain of the virtual host
MYSQL_USER (string) - User created for fbctf
MYSQL_ROOT_PASSWORD (string) random string for mysql root user password
MYSQL_PASSWORD (string) random string for mysql root user password

If one hits the swarm cluster master with the following host names they will get additional services:

scaler.$(VIRTUAL_HOST) autoscaler rest service that uses POST to scale up or down from one's monitoring system or curl
traefik.$(VIRTUAL_HOST) dashboard for seeing routing and metrics
dbpanel.$(VIRTUAL_HOST) admin panel for mysql
$(VIRTUAL_HOST) or www.$(VIRTUAL_HOST) the FB CTF service

Requires the following env variables to be set at deployment:
|||
|-|-|
|VIRTUAL_HOST| (domain)  - Top level domain of the virtual host|
|MYSQL_USER| (string) - User created for fbctf |
|MYSQL_ROOT_PASSWORD| (string) random string for mysql root user password |
|MYSQL_PASSWORD| (string) random string for mysql root user password |

If one hits the swarm cluster master with the following host names they will get additional services:

|||
|-|-|
|scaler.$(VIRTUAL_HOST)|autoscaler rest service that uses POST to scale up or down from one's monitoring system or curl|
|traefik.$(VIRTUAL_HOST)|dashboard for seeing routing and metrics|
|dbpanel.$(VIRTUAL_HOST)|admin panel for mysql|
|$(VIRTUAL_HOST) or www.$(VIRTUAL_HOST)| the FB CTF service |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant