mirror of
https://github.com/ovosimpatico/xtream2m3u.git
synced 2026-01-15 16:32:55 -03:00
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m29s
14 lines
356 B
YAML
14 lines
356 B
YAML
services:
|
|
xtream2m3u:
|
|
image: ghcr.io/ovosimpatico/xtream2m3u:latest
|
|
# build:
|
|
# context: .
|
|
# dockerfile: Dockerfile
|
|
container_name: xtream2m3u
|
|
ports:
|
|
- "5000:5000"
|
|
environment:
|
|
- FLASK_ENV=production
|
|
- GUNICORN_CMD_ARGS="--workers=3"
|
|
# - PROXY_URL=https://your-domain.com
|
|
restart: unless-stopped |