Skip to content

Commit fabf92d

Browse files
abyssabyss
authored andcommitted
fix: removed the localhost url from compose, especially origin
1 parent f333200 commit fabf92d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ services:
2727
- PORT=3000
2828
# Your SvelteKit app can use this to know where the API is
2929
- PUBLIC_API_URL=/api
30-
# - ORIGIN=https://books.saurab.com.np
31-
- ORIGIN=http://localhost:4353
30+
- ORIGIN=https://books.saurabp.com.np
3231

3332
depends_on:
3433
- backend

0 commit comments

Comments
 (0)