gambosite/compose.yaml

8 lines
136 B
YAML
Raw Normal View History

2025-01-25 18:08:18 -08:00
services:
web:
build: .
environment:
2025-01-25 21:24:52 -08:00
- RAILS_MASTER_KEY=fd60586db8062a37df97d839311c4c70
2025-01-25 18:08:18 -08:00
ports:
2025-01-25 21:50:18 -08:00
- "7128:3000"