Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m58s
17 lines
316 B
YAML
17 lines
316 B
YAML
services:
|
|
pr-reviewer:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: pr-reviewer:latest
|
|
ports:
|
|
- "8000:8000"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./src:/app/src
|
|
- ./config:/app/config
|
|
restart: always
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|