No description
- Dockerfile 83.7%
- Shell 16.3%
| backgrounds | ||
| config | ||
| scripts | ||
| srtm | ||
| .gitlab-ci.yml | ||
| Dockerfile | ||
| README.md | ||
Runalyze - Docker image
Functionality
The container provides the following functionality:
- based on debian:buster mainly to freeze on PHP7.3
- the main functionality is the hosting of Runalyze in Apache2/PHP7.3
- requires a mariadb container
- apt-get installs required dependencies for Runalyze, the Poster generation and localization (of Runalyze)
Running the container
Run with docker-compose
version: '3.5'
services:
mariadb:
image: lscr.io/linuxserver/mariadb
container_name: mariadb
hostname: mariadb
restart: always
runalyze:
image: docker.tgradl.de/docker/runalyze:latest
container_name: runalyze
hostname: runalyze
restart: always
depends_on:
- mariadb
working_dir: /var/www/html
entrypoint: /opt/scripts/run.sh