Prepared all containers for final rollout

This commit is contained in:
2023-08-08 20:23:18 +01:00
parent 7a553128b1
commit 381a1126e2
7 changed files with 47 additions and 69 deletions

View File

@ -21,10 +21,10 @@ services:
- USER_GID=1000
- USER=git
- RUN_MODE=prod
- DOMAIN=test.luke-else.co.uk
- SSH_DOMAIN=test.luke-else.co.uk
- DOMAIN=git.luke-else.co.uk
- SSH_DOMAIN=git.luke-else.co.uk
- HTTP_PORT=3000
- ROOT_URL=https://test.luke-else.co.uk
- ROOT_URL=https://git.luke-else.co.uk
- SSH_PORT=222
- SSH_LISTEN_PORT=22
- DB_TYPE=sqlite3
@ -32,7 +32,7 @@ services:
## Expose Gitea Through Trefik ##
- "traefik.enable=true" # <== Enable traefik to proxy this container
- "traefik.http.services.gitea.loadbalancer.server.port=3000"
- "traefik.http.routers.gitea.rule=Host(`test.luke-else.co.uk`) || Host(`www.test.luke-else.co.uk`)"
- "traefik.http.routers.gitea.rule=Host(`git.luke-else.co.uk`) || Host(`www.git.luke-else.co.uk`)"
- "traefik.http.routers.gitea.entrypoints=websecure"
- "traefik.http.routers.gitea.tls.certresolver=myresolver"
restart: unless-stopped