16 lines
261 B
YAML
16 lines
261 B
YAML
version: "3"
|
|
|
|
services:
|
|
codimd_note_overview:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.dev
|
|
image: docker.wiai.de/fswiai/codimd_notes_overview:0.1
|
|
ports:
|
|
- 8080:5000
|
|
env_file:
|
|
- ./docker.env
|
|
volumes:
|
|
- ./src:/app
|
|
|