UNPKG
fastify-cerbos
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.1
Cerbos plugin for Fastify
fastify-cerbos
/
docker-compose.yaml
12 lines
(11 loc)
•
255 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
version:
"3.9"
services:
cerbos:
image:
ghcr.io/cerbos/cerbos:latest
container_name:
cerbos-test
command:
[
"server"
,
"--config=/data/config/config.yaml"
]
volumes:
-
./cerbos:/data
ports:
-
13592
:13592
-
13593
:13593