Add directory SSH keys in docker-compose.yml
This commit is contained in:
parent
bc82aa6de3
commit
7a7299a0a6
@ -29,6 +29,7 @@ services:
|
||||
- "3000"
|
||||
volumes:
|
||||
- "${GONITO_ARENA_VOLUME}:/gonito/arena"
|
||||
- "${GONITO_SSH_DIRECTORY}:/gonito/.ssh"
|
||||
postgres:
|
||||
image: postgres
|
||||
environment:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user