yolk/docker-compose.yaml
Ayo 9264207406
Some checks failed
ci / ci (push) Has been cancelled
build & push docker container / docker (push) Has been cancelled
feat(yolk): rename service in docker-file
2025-08-08 22:11:14 +02:00

10 lines
168 B
YAML

services:
redis:
image: redis:latest
yolk:
image: ayoayco/yolk:latest
build:
context: .
dockerfile: Dockerfile
ports:
- 5314:5314