version: '3'
services:
sandbox:
build: .
environment:
- ADMIN_URL=${ADMIN_URL}
- REPO_URL=${REPO_URL}
network_mode: 'host'