Skip to content

Commit e0bef22

Browse files
Update compose env for 0.0.0-canary-2479774825-5f30e1cf348478a20d0d708f31e863f5e521b368
1 parent 6ca0a66 commit e0bef22

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docker-compose/.env

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,25 @@ SSL_ENABLED=false
66
SSL_CERT_FILE= # must be located in ./certs, defaults to "<hostname>.pem"
77
SSL_KEY_FILE= # must be located in ./certs, defaults to "<hostname>.key"
88

9-
INITIAL_ROOT_PASSWORD=root
9+
INITIAL_ROOT_PASSWORD=BWjDE-hA_m95
1010
INITIAL_ROOT_MAIL=root@code0.tech
11+
INITIAL_RUNTIME_TOKEN= # can be used to create a global runtime with given token
1112

1213
# Runtime config
1314
AQUILA_SAGITTARIUS_URL=http://nginx:80
1415
AQUILA_SAGITTARIUS_TOKEN=
1516
DRACO_REST_PORT=8084
1617

18+
TAURUS_AQUILA_TOKEN=taurus
19+
DRACO_REST_AQUILA_TOKEN=draco-rest
20+
DRACO_CRON_AQUILA_TOKEN=draco-cron
21+
1722
# Active services
1823
COMPOSE_PROFILES=ide,runtime
1924

2025
# Image config
2126
IMAGE_REGISTRY=registry.gitlab.com/code0-tech/packages
22-
IMAGE_TAG=0.0.0-canary-2356067148-c06e576791513b10dbcb10aa3b0420b87178a205
27+
IMAGE_TAG=0.0.0-canary-2479774825-5f30e1cf348478a20d0d708f31e863f5e521b368
2328
IMAGE_EDITION= # ce or ee
2429

2530
# Internal config options

0 commit comments

Comments
 (0)