singularity-forge/docker/docker-compose.yaml

24 lines
396 B
YAML
Raw Permalink Normal View History

services:
sf:
build:
context: .
dockerfile: Dockerfile.sandbox
args:
SF_VERSION: latest
container_name: sf-sandbox
ports:
- "3000:3000"
volumes:
- ../:/workspace
- sf-state:/home/sf/.sf
env_file:
- .env
environment:
- NODE_ENV=development
stdin_open: true
tty: true
volumes:
sf-state:
driver: local