10 lines
196 B
YAML
10 lines
196 B
YAML
|
services:
|
||
|
drainpipe:
|
||
|
build:
|
||
|
dockerfile: ./packages-rs/drainpipe/Dockerfile
|
||
|
context: ../../
|
||
|
env_file:
|
||
|
- ./.env.local
|
||
|
volumes:
|
||
|
- ./drainpipedata:/drainpipedata
|