RelayQuickstart

Getting started with Relay

This page will guide you through getting Relay running locally.

// TODO:

# TODO: quickstart guidance on `host.docker.internal`    
    extra_hosts:
    - "host.docker.internal:host-gateway"
 
# # TODO: move to quickstart
#   db:
#     image: postgres:16
#     restart: always
#     ports:
#       - 5432:5432
#     environment:
#       POSTGRES_PASSWORD: postgres
#     volumes: 
#           - pgdata:/var/lib/postgresql/data:Z
# volumes:
#   pgdata:
# ######