changed linkwarden port and updated caddyfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
NEXTAUTH_URL=http://localhost:3000/api/v1/auth
|
NEXTAUTH_URL=http://localhost:3232/api/v1/auth
|
||||||
NEXTAUTH_SECRET=pheimoo9roozahghaithais4Ooxiexahrie4ieph
|
NEXTAUTH_SECRET=pheimoo9roozahghaithais4Ooxiexahrie4ieph
|
||||||
|
|
||||||
# Manual installation database settings
|
# Manual installation database settings
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3232:3000
|
||||||
networks:
|
networks:
|
||||||
- linkwarden
|
- linkwarden
|
||||||
- reverseproxy
|
- reverseproxy
|
||||||
|
|||||||
@@ -444,12 +444,12 @@ auth.akanealw.com {
|
|||||||
@bitwarden host bitwarden.akanealw.com
|
@bitwarden host bitwarden.akanealw.com
|
||||||
handle @bitwarden {
|
handle @bitwarden {
|
||||||
reverse_proxy localhost:8089
|
reverse_proxy localhost:8089
|
||||||
}
|
}
|
||||||
|
|
||||||
@giteadocker host gitea-docker.akanealw.com
|
@giteadocker host gitea-docker.akanealw.com
|
||||||
handle @giteadocker {
|
handle @giteadocker {
|
||||||
reverse_proxy localhost:3001
|
reverse_proxy localhost:3001
|
||||||
}
|
}
|
||||||
|
|
||||||
@gitea host gitea.akanealw.com
|
@gitea host gitea.akanealw.com
|
||||||
handle @gitea {
|
handle @gitea {
|
||||||
|
|||||||
Reference in New Issue
Block a user