feat: add Plivo SMS admin panel with rate limits
This commit is contained in:
+3
-4
@@ -61,6 +61,9 @@ services:
|
||||
- OVERSEER_API_KEY=${OVERSEER_API_KEY}
|
||||
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
|
||||
- KOFI_VERIFICATION_TOKEN=${KOFI_VERIFICATION_TOKEN}
|
||||
- PLIVO_AUTH_ID=${PLIVO_AUTH_ID}
|
||||
- PLIVO_AUTH_TOKEN=${PLIVO_AUTH_TOKEN}
|
||||
- PLIVO_SRC_NUMBER=${PLIVO_SRC_NUMBER}
|
||||
network_mode: host
|
||||
depends_on:
|
||||
postgres:
|
||||
@@ -75,14 +78,10 @@ services:
|
||||
dockerfile: frontend/Dockerfile
|
||||
args:
|
||||
- NEXT_PUBLIC_API_URL=${API_URL:-http://localhost:3002}
|
||||
- NEXT_PUBLIC_SOLANA_NETWORK=devnet
|
||||
- NEXT_PUBLIC_SOLANA_RPC_URL=https://api.devnet.solana.com
|
||||
container_name: coop-frontend
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NEXT_PUBLIC_API_URL=${API_URL:-http://localhost:3002}
|
||||
- NEXT_PUBLIC_SOLANA_NETWORK=devnet
|
||||
- NEXT_PUBLIC_SOLANA_RPC_URL=https://api.devnet.solana.com
|
||||
ports:
|
||||
- "3000:3000" # Exposed on all interfaces
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user