Skip to content

Instantly share code, notes, and snippets.

View TheNextCEO's full-sized avatar
💭
Swimming in Data

Benji Charles TheNextCEO

💭
Swimming in Data
View GitHub Profile
@posulliv
posulliv / docker-compose.yml
Last active September 10, 2023 14:55
Simple demo of Trino HA using Nginx reverse proxy.
version: '3.3'
services:
trino_a:
image: trinodb/trino
container_name: trino_a
ports:
- 8080:8080
volumes:
- ./trino_a.config.properties:/etc/trino/config.properties