Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
Single container with supervisord (Nginx + PHP-FPM), 3-stage Dockerfile build, pre-built image from registry, port 8086. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
321 B
YAML
13 lines
321 B
YAML
services:
|
|
app:
|
|
image: gitea.malio.fr/malio-dev/coltura:${COLTURA_IMAGE_TAG:-latest}
|
|
container_name: coltura-app
|
|
env_file: .env
|
|
ports:
|
|
- "8086:80"
|
|
volumes:
|
|
- ./config/jwt:/var/www/html/config/jwt:ro
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
restart: unless-stopped
|