Changed domain name in test container

This commit is contained in:
Luke Else 2023-08-07 18:59:50 +01:00
parent debad3648a
commit 8e0b55d6dc

View File

@ -18,10 +18,10 @@ services:
- USER_GID=1000
- USER=git
- RUN_MODE=prod
- DOMAIN=git.luke-else.co.uk
- SSH_DOMAIN=git.luke-else.co.uk
- DOMAIN=test.luke-else.co.uk
- SSH_DOMAIN=test.luke-else.co.uk
- HTTP_PORT=3000
- ROOT_URL=https://git.luke-else.co.uk
- ROOT_URL=https://test.luke-else.co.uk
- SSH_PORT=222
- SSH_LISTEN_PORT=22
- DB_TYPE=sqlite3