mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:00 -04:00
14 lines
266 B
YAML
14 lines
266 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- "8081:3001"
|
|
environment:
|
|
UNIFI_IP: '192.168.1.1'
|
|
UNIFI_PORT: 8443
|
|
UNIFI_USERNAME: 'admin'
|
|
UNIFI_PASSWORD: 'password'
|
|
UNIFI_SITE_ID: 'default'
|
|
SECURITY_CODE: '0000'
|