mirror of
https://github.com/icodex/docker-goedge.git
synced 2026-03-13 21:41:37 -05:00
init
This commit is contained in:
20
.env
Normal file
20
.env
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# See https://docs.docker.com/compose/environment-variables/#the-env-file
|
||||
# edge-admin
|
||||
VERSION=1.3.3
|
||||
|
||||
# edge-node
|
||||
VERSION=1.3.3
|
||||
ENDPOINTS=http://xxx.com:8001
|
||||
CLUSTERID=xxx
|
||||
SECRET=xxx
|
||||
|
||||
# MySQL
|
||||
MYSQL_VERSION=8
|
||||
MYSQL_HOST=mysqld
|
||||
MYSQL_ROOT_USER=root
|
||||
MYSQL_ROOT_PASSWORD=root
|
||||
MYSQL_USER=edges
|
||||
MYSQL_PASSWORD=edges
|
||||
MYSQL_DATABASE=edges
|
||||
Reference in New Issue
Block a user