12 lines
No EOL
191 B
YAML
12 lines
No EOL
191 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
joclud_api:
|
|
build:
|
|
context: .
|
|
dockerfile: DOCKERFILE
|
|
restart: always
|
|
volumes:
|
|
- /full/path/to/bot:/app
|
|
ports:
|
|
- "3000:3000" |