mirror of
https://github.com/leoncvlt/loconotion.git
synced 2024-08-30 18:12:12 +00:00
11 lines
224 B
YAML
11 lines
224 B
YAML
version: "3"
|
|
|
|
services:
|
|
loconotion:
|
|
build:
|
|
context: .
|
|
dockerfile: docker/Dockerfile
|
|
image: loconotion:latest
|
|
volumes:
|
|
- ${LOCONOTION_LOCAL_DIST:-/tmp/}:/app/loconotion/dist
|
|
restart: always |