feat: geolocate anonymous widget visitors
Build and publish Docker images / Build and publish images (push) Successful in 2m10s
Build and publish Docker images / Build and publish images (push) Successful in 2m10s
This commit is contained in:
+4
-1
@@ -1,10 +1,13 @@
|
||||
# GoChat production variables. Copy to .env and replace every CHANGE_ME value.
|
||||
|
||||
GOCHAT_IMAGE_REF=ghcr.io/rogeecn/gochat@sha256:CHANGE_ME
|
||||
GOCHAT_IMAGE_REF=git.ipao.vip/rogee/gochat@sha256:CHANGE_ME
|
||||
GOCHAT_ENV=production
|
||||
GOCHAT_PORT=3000
|
||||
GOCHAT_SERVER_MODE=release
|
||||
GOCHAT_SERVER_TRUSTED_PROXIES=10.0.0.0/8
|
||||
# Optional local MaxMind-compatible City database mounted by production Compose.
|
||||
# GOCHAT_GEOIP_DB_PATH=/run/gochat/geoip/GeoLite2-City.mmdb
|
||||
# GOCHAT_GEOIP_DB_FILE=../../.secrets/GeoLite2-City.mmdb
|
||||
GOCHAT_DATABASE_DSN=postgres://gochat:CHANGE_ME@db.CHANGE_ME.example.com:5432/gochat_production?sslmode=verify-full
|
||||
GOCHAT_REDIS_DSN=redis://redis:6379/1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user