11 lines
182 B
YAML
11 lines
182 B
YAML
services:
|
|
sb:
|
|
build: ./
|
|
image: sb
|
|
container_name: sb
|
|
ports:
|
|
- ${PORT}:3000
|
|
volumes:
|
|
- type: bind
|
|
source: ${DIRECTORY}
|
|
target: /space |