Sign inSign up

mnmlsniper/mnmlsandbox:latest

Manifest digest

sha256:13e0d3d3665448f4adf8b3ce8cdb96ff492bb4491c3fea1347269d8b9667f841

Last pushed

3 months by mnmlsniper

Type

Compose

Manifest digest

sha256:13e0d3d3665448f4adf8b3ce8cdb96ff492bb4491c3fea1347269d8b9667f841

Compose file content

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 commands

docker compose -f oci://mnmlsniper/mnmlsandbox:latest up

Use the above command to pull and run the Compose file. Learn more.

Images used

Image


Pulls

869

Stars

0

Last Updated

3 months

Image


Pulls

823

Stars

0

Last Updated

3 months