13 lines
192 B
YAML
13 lines
192 B
YAML
version: '3'
|
|
services:
|
|
flowy-landing:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- /users.db:/etc/data/flowy-landing/users.db
|
|
|
|
|