Skip to content

Commit

Permalink
Added port 6443 for the kubeconfig channel (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkst-devdua authored Nov 3, 2021
1 parent 0de2526 commit 69fb3f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions canarytokens/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ service_identity
pyinotify==0.9.6
pyblake2==1.1.2
PyNaCl==1.4.0
PyYAML==5.4.1
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- ./uploads:/uploads/
- log-volume:/logs
container_name: frontend
command: bash -c "rm frontend.pid; twistd -noy frontend.tac --pidfile=frontend.pid"
command: bash -c "rm -f frontend.pid; twistd -noy frontend.tac --pidfile=frontend.pid"
switchboard:
build: ./canarytokens/
restart: always
Expand All @@ -29,6 +29,7 @@ services:
- "53:53/udp"
- "25:25"
- "3306:3306"
- "6443:6443"
- "51820:51820/udp"
links:
- redis
Expand All @@ -37,7 +38,7 @@ services:
volumes_from:
- frontend
container_name: switchboard
command: bash -c "rm switchboard.pid; twistd -noy switchboard.tac --pidfile=switchboard.pid"
command: bash -c "rm -f switchboard.pid; twistd -noy switchboard.tac --pidfile=switchboard.pid"
nginx:
restart: always
image: thinkst/canarytokens_nginx
Expand Down

0 comments on commit 69fb3f5

Please sign in to comment.