ackee example improvements
This commit is contained in:
parent
a6f87b2a0f
commit
650a2fdd28
2 changed files with 5 additions and 2 deletions
|
@ -6,5 +6,7 @@ TUNNEL_TOKEN= ##REQUIRED##
|
||||||
ACKEE_USERNAME=admin
|
ACKEE_USERNAME=admin
|
||||||
ACKEE_PASSWORD=password
|
ACKEE_PASSWORD=password
|
||||||
|
|
||||||
# or "*" if allowing arbitrary domains
|
# Domain(s) - comma separated - that Ackee will be tracking
|
||||||
ACKEE_ALLOW_ORIGIN=www.mydomain.com
|
ACKEE_ALLOW_ORIGIN=https://www.mydomain.com
|
||||||
|
# or set below to true to use FQDN as Domain title
|
||||||
|
ACKEE_AUTO_ORIGIN=false
|
|
@ -16,6 +16,7 @@ services:
|
||||||
- ACKEE_USERNAME=${ACKEE_USERNAME}
|
- ACKEE_USERNAME=${ACKEE_USERNAME}
|
||||||
- ACKEE_PASSWORD=${ACKEE_PASSWORD}
|
- ACKEE_PASSWORD=${ACKEE_PASSWORD}
|
||||||
- ACKEE_ALLOW_ORIGIN=${ACKEE_ALLOW_ORIGIN}
|
- ACKEE_ALLOW_ORIGIN=${ACKEE_ALLOW_ORIGIN}
|
||||||
|
- ACKEE_AUTO_ORIGIN=${ACKEE_AUTO_ORIGIN}
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongo
|
- mongo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue