commit
This commit is contained in:
parent
0bac40a72f
commit
8ace4a6356
6 changed files with 32 additions and 7 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
version: '3.1'
|
||||
|
||||
services:
|
||||
joclud_api:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: DOCKERFILE
|
||||
restart: always
|
||||
volumes:
|
||||
- /full/path/to/bot:/app
|
||||
ports:
|
||||
- "3000:3000"
|
Loading…
Add table
Add a link
Reference in a new issue