Semaphore/Deploy
2016-10-17 18:27:40 +02:00
..
proxy fixing origin header break and websockets proxy issues 2016-08-23 11:55:45 -06:00
docker-compose.yml Updated compose file to version 2, moved variables from dockerfile to compose file, pointed towards future automated build 2016-10-17 18:27:40 +02:00
Readme.md Adding readme 2016-08-23 12:03:03 -06:00

Docker Compose ##############

To run Semaphore in a simple docker configuration run the following command:

docker-compose up

You can then access Semaphore directly from the url http://localhost:8081/

SSL Termination Using Nginx ###########################

Generate a cert, ca cert, and key file and place into Deploy/proxy/cert/ with these names:

  • cert.pem
  • privkey.pem
  • fullchain.pem

(I've used letsencrypt generated certs with success.)

Run docker-compose up and your Semaphore instance will then be at the url https://localhost:8443