mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 01:50:06 +00:00
19 lines
437 B
YAML
19 lines
437 B
YAML
---
|
|
version: '3.5'
|
|
services:
|
|
datahub-frontend:
|
|
image: keremsahin/datahub-frontend:latest
|
|
hostname: datahub-frontend
|
|
container_name: datahub-frontend
|
|
ports:
|
|
- "9001:9001"
|
|
environment:
|
|
- DATAHUB_GMS_HOST=datahub-gms
|
|
- DATAHUB_GMS_PORT=8080
|
|
- DATAHUB_SECRET=YouKnowNothing
|
|
- DATAHUB_APP_VERSION=1.0
|
|
- DATAHUB_PLAY_MEM_BUFFER_SIZE=10MB
|
|
|
|
networks:
|
|
default:
|
|
name: datahub_network |