Skip to content

Instantly share code, notes, and snippets.

View codymullins's full-sized avatar

Cody Mullins codymullins

View GitHub Profile
@codymullins
codymullins / quepasa-compose.yaml
Last active February 11, 2025 01:39
docker compose file for very early preview of quepasa
services:
web:
image: codefroglabs/quepasa-web
ports:
- "5007:8080"
depends_on:
- backend
environment:
QUEPASA__DEPLOYMENT__CLUSTERMODE: 1
QUEPASA__CLIENT__PRIMARYBACKEND: http://backend