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
|
||||
|
||||
# Manual installation database settings
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
|
||||
restart: always
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 3232:3000
|
||||
networks:
|
||||
- linkwarden
|
||||
- reverseproxy
|
||||
|
||||
@@ -444,12 +444,12 @@ auth.akanealw.com {
|
||||
@bitwarden host bitwarden.akanealw.com
|
||||
handle @bitwarden {
|
||||
reverse_proxy localhost:8089
|
||||
}
|
||||
}
|
||||
|
||||
@giteadocker host gitea-docker.akanealw.com
|
||||
handle @giteadocker {
|
||||
reverse_proxy localhost:3001
|
||||
}
|
||||
}
|
||||
|
||||
@gitea host gitea.akanealw.com
|
||||
handle @gitea {
|
||||
|
||||
Reference in New Issue
Block a user