Skip to content

Commit ed16833

Browse files
Added insights domain
1 parent dd12558 commit ed16833

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
cd whim
4040
git pull origin main
4141
docker compose up --build -d
42+
docker compose exec caddy caddy reload --config /etc/caddy/Caddyfile
4243
EOF

Caddyfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
whim.day {
22
reverse_proxy app:3000
3+
}
4+
5+
insights.whim.day {
6+
reverse_proxy localhost:3001
37
}

0 commit comments

Comments
 (0)