-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
29 lines (27 loc) · 723 Bytes
/
docker-compose.yml
File metadata and controls
29 lines (27 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: '3.8'
networks:
backend:
driver: bridge
services:
switchermanagement:
image: trackerforce/switcher-management:dev
container_name: switchermanagement
# Enable SSL with "./setup.sh true"
command: ["/bin/sh", "-c", "./setup.sh false"]
ports:
- 443:443
- 80:80
volumes:
- /data/certs:/etc/nginx/conf.d
networks:
- backend
environment:
- SWITCHERAPI_URL=https://switcherapi.com/api
- SM_IP=localhost
# - GOOGLE_RECAPTCHA=
# - ALLOW_INTERNAL_AUTH=false
# - ALLOW_SAML_AUTH=false
# - ALLOW_HOME_VIEW=true
# - GITHUB_CLIENTID=
# - BITBUCKET_CLIENTID=
# - SWITCHERSLACKAPP_URL=[ENDPOINT]/slack/install