Page MenuHomeSoftware Heritage

docker-compose.graphql.yml
No OneTemporary

docker-compose.graphql.yml

version: "2.1"
services:
swh-graphql:
image: swh/stack
build: ./
depends_on:
- swh-storage
ports:
- 5013:5013
environment:
SWH_CONFIG_FILENAME: /graphql.yml
env_file:
- ./env/common_python.env
volumes:
- "./conf/graphql.yml:/graphql.yml:ro"
- "./services/swh-graphql/entrypoint.sh:/entrypoint.sh:ro"
entrypoint: /entrypoint.sh

File Metadata

Mime Type
text/plain
Expires
Jun 4 2025, 7:49 PM (12 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3265730

Event Timeline