mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 00:44:18 -04:00
Implemented API endpoints. Update README.md. Implemented health endpoint. Updated dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "8081:3000"
|
||||
- "3000:3000"
|
||||
environment:
|
||||
UNIFI_IP: '192.168.1.1'
|
||||
UNIFI_PORT: 443
|
||||
@@ -13,3 +13,5 @@ services:
|
||||
SECURITY_CODE: '0000'
|
||||
DISABLE_AUTH: 'false'
|
||||
VOUCHER_TYPES: '480,0,,,;'
|
||||
SERVICE_WEB: 'true'
|
||||
SERVICE_API: 'false'
|
||||
|
||||
Reference in New Issue
Block a user