Init(Coore): add to repo
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
REGISTRY: docker.arvancloud.ir
|
||||
|
||||
image: docker.arvancloud.ir/dm-front:${IMAGE_TAG:-latest}
|
||||
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user