Skip to content

Commit

Permalink
Update docker.mdx
Browse files Browse the repository at this point in the history
Update Dragonite admin docker setup enviroment values
  • Loading branch information
Yhatax authored Sep 27, 2024
1 parent ea98612 commit 978d250
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions pages/docs/setup/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,23 @@ import { Callout } from 'nextra-theme-docs'
admin:
image: ghcr.io/unownhash/dragonite-public-admin:latest
container_name: admin
restart: unless-stopped
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
ports:
- '7273:7273' # change left one for external port
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=""

golbat:
image: ghcr.io/unownhash/golbat:main
container_name: golbat
Expand Down

0 comments on commit 978d250

Please sign in to comment.