1
0

create docker compose

This commit is contained in:
Ahmed Nour Eldin 2022-07-18 03:24:51 +02:00 committed by GitHub
parent 6162577279
commit d6398d7d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
docker-compose.yaml Normal file
View File

@ -0,0 +1,11 @@
services:
sb:
build: ./
image: sb
container_name: sb
ports:
- ${PORT}:3000
volumes:
- type: bind
source: ${DIRECTORY}
target: /space