13 lines
168 B
YAML
13 lines
168 B
YAML
version: '3'
|
|
|
|
services:
|
|
owb:
|
|
build: .
|
|
ports:
|
|
- 8010:8080
|
|
restart: always
|
|
environment:
|
|
- RELEASE=debug
|
|
volumes:
|
|
- ./web:/app/web
|