feat: allow tauri app cors access
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16
|
||||
restart: unless-stopped
|
||||
container_name: lr-openvpn-postgres
|
||||
environment:
|
||||
POSTGRES_DB: lr_openvpn
|
||||
@@ -11,6 +12,7 @@ services:
|
||||
|
||||
backend:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
container_name: lr-openvpn-backend
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user