8 lines
117 B
YAML
8 lines
117 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
geasbot-app:
|
|
build: ./app
|
|
volumes:
|
|
- ./app:/usr/src/app
|
|
restart: always |