12 lines
619 B
Bash
12 lines
619 B
Bash
# The docker-compose.yml file is meant to be used locally for testing only after a local build, if you want to use it
|
|
# with officially released Docker images, please modify the environment variables on your command line interface.
|
|
# i.e.:
|
|
# export OAP_IMAGE=apache/skywalking-oap-server:<tag>
|
|
# export UI_IMAGE=apache/skywalking-ui:<tag>
|
|
# docker compose up
|
|
|
|
ELASTICSEARCH_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.4.2
|
|
BANYANDB_IMAGE=ghcr.io/apache/skywalking-banyandb:84f32b3969cdcc676aaee428383b34b3b67dbdf5
|
|
OAP_IMAGE=ghcr.io/apache/skywalking/oap:latest
|
|
UI_IMAGE=ghcr.io/apache/skywalking/ui:latest
|