sha256:13e0d3d3665448f4adf8b3ce8cdb96ff492bb4491c3fea1347269d8b9667f841
Last pushed
3 months by mnmlsniper
Type
Compose
Manifest digest
sha256:13e0d3d3665448f4adf8b3ce8cdb96ff492bb4491c3fea1347269d8b9667f841
services:
backend:
image: mnmlsniper/mnmlsandbox-backend:latest
container_name: qa-sandbox-backend
restart: unless-stopped
ports:
- "8000:8000"
environment:
NODE_ENV: production
frontend:
image: mnmlsniper/mnmlsandbox-frontend:latest
container_name: qa-sandbox-frontend
restart: unless-stopped
ports:
- "3000:80"
depends_on:
- backend
docker compose -f oci://mnmlsniper/mnmlsandbox:latest upUse the above command to pull and run the Compose file. Learn more.