13 lines
148 B
YAML
13 lines
148 B
YAML
version: '3'
|
|
|
|
services:
|
|
nix:
|
|
container_name: postgrest-nix
|
|
build: .
|
|
volumes:
|
|
- ../:/postgrest
|
|
- nix:/nix
|
|
|
|
volumes:
|
|
nix:
|