9 lines
181 B
YAML
9 lines
181 B
YAML
services:
|
|
gotenberg:
|
|
image: gotenberg/gotenberg:8
|
|
ports:
|
|
- "3001:3000"
|
|
redis:
|
|
image: docker.dragonflydb.io/dragonflydb/dragonfly
|
|
ports:
|
|
- "6379:6379" |