proxyraye-nextjs/docker-compose.yaml

22 lines
350 B
YAML
Raw Permalink Normal View History

2024-04-27 18:44:23 +00:00
version: '3.8'
services:
proxyraye:
# image: lamacchinadesiderante/proxyraye:latest
restart: always
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:3000/api/status || exit 1
interval: 60s
retries: 5
start_period: 20s
timeout: 10s
2024-04-27 18:44:23 +00:00
build: .
ports:
- "8069:3000"