Skip to content

Commit

Permalink
Update docker.mdx (#40)
Browse files Browse the repository at this point in the history
* Update docker.mdx

Update Dragonite admin docker setup enviroment values
  • Loading branch information
Yhatax authored Sep 28, 2024
1 parent ea98612 commit 1d09d6f
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions pages/docs/setup/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,22 @@ import { Callout } from 'nextra-theme-docs'
container_name: admin
restart: unless-stopped
environment:
ADMIN_GENERAL_HOST: 0.0.0.0
ADMIN_GENERAL_PORT: 7273
ADMIN_GENERAL_USERNAME: admin
ADMIN_GENERAL_PASSWORD: password
ADMIN_DRAGONITE_API_ENDPOINT: http://dragonite:7272
ADMIN_DRAGONITE_API_SECRET: secret
ADMIN_GOLBAT_API_ENDPOINT: http://golbat:9001
ADMIN_GOLBAT_API_SECRET: golbat1234
ADMIN.GENERAL.HOST=0.0.0.0
ADMIN.GENERAL.PORT=7273
ADMIN.GENERAL.USERNAME=admin
ADMIN.GENERAL.PASSWORD=password
ADMIN.GENERAL.LOG_LEVEL=info
ADMIN.GENERAL.API_SECRET=''

ADMIN.BACKENDS.0.DRAGONITE_ENDPOINT=http://dragonite:7272
ADMIN.BACKENDS.0.GOLBAT_ENDPOINT=http://golbat:9001
ADMIN.BACKENDS.0.GOLBAT_API_SECRET=''

#ADMIN.BACKENDS.1.DRAGONITE_ENDPOINT=http://dragonite:7274
#ADMIN.BACKENDS.1.GOLBAT_ENDPOINT=http://golbat:9002
#ADMIN.BACKENDS.1.GOLBAT_API_SECRET=""
ports:
- '7273:7273' # change left one for external port
- "7273:7273" # change left one for external port
golbat:
image: ghcr.io/unownhash/golbat:main
container_name: golbat
Expand Down

0 comments on commit 1d09d6f

Please sign in to comment.