Add directory SSH keys in docker-compose.yml

This commit is contained in:
Filip Gralinski 2020-03-26 08:02:01 +01:00
parent bc82aa6de3
commit 7a7299a0a6
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ services:
- "3000"
volumes:
- "${GONITO_ARENA_VOLUME}:/gonito/arena"
- "${GONITO_SSH_DIRECTORY}:/gonito/.ssh"
postgres:
image: postgres
environment:

View File

@ -9,3 +9,4 @@ GONITO_LEADERBOARD_STYLE=by-tag
GONITO_AUTO_OPENING=false
NGINX_CERTIFICATE_DIR=/home/user/certs
GONITO_IS_PUBLIC=true
GONITO_SSH_DIRECTORY=/home/user/.ssh