This commit is contained in:
Luke Murphy 2020-04-15 13:39:46 +02:00
parent 8afd05a8ac
commit 7b0c6b6803
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
vars:
port: "3020"
domain: "git.autonomic.zone"
ssh_listen_post: "2222"
ssh_listen_port: "2222"
volumes:
- type: directory
@ -60,7 +60,7 @@ env:
SMTP_TLS_ENABLED: "true"
SMTP_USER: "gitea-autonomic@decentral1.se"
SSH_DOMAIN: "{{ vars.domain }}"
SSH_LISTEN_PORT: "{{ vars.ssh_listen_post }}"
SSH_LISTEN_PORT: "{{ vars.ssh_listen_port }}"
SSH_PORT: "222"
STARTUP_TIMEOUT: "0"
WHITELIST_URIS: "https://{{ vars.domain }}"