mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
16 lines
332 B
YAML
16 lines
332 B
YAML
services:
|
|
aiostreams:
|
|
image: ghcr.io/viren070/aiostreams:latest
|
|
container_name: aiostreams
|
|
restart: unless-stopped
|
|
ports:
|
|
- 3000:3000
|
|
env_file:
|
|
- .env
|
|
healthcheck:
|
|
test: wget -qO- http://localhost:3000/health
|
|
interval: 1m
|
|
timeout: 10s
|
|
retries: 5
|
|
start_period: 10s
|