This website requires JavaScript.
Explore
Help
Sign in
projects
/
tasks
Watch
0
Star
0
Fork
You've already forked tasks
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
master
tasks
/
.gitignore
5 lines
71 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Initial import of tasks application This initial import is a heavily modified version of the code I had here, as Arse was modified for other purposes in the meantime and the application no longer worked with it. In addition: * I did not import the user management part yet, * task dependencies are supported in-base, but there is no interface for that yet.
2012-02-05 18:37:25 +01:00
includes/config.inc.php
database/config.sql
site/.htaccess
feat: support running using Docker Compose This commit adds a Docker Compose file which will run the application using docker. The application is fronted by Traefik, and runs using PHP-fpm. nginx is used to accept queries from Traefik and relay them to the PHP-fpm containers (Traefik doesn't support FastCGI directly). Sessions are shared between the various PHP containers using memcached. Part of this work is based on [this repo](https://github.com/wandersonwhcr/docker-nginx-php-fpm)
2025-01-05 21:09:27 +01:00
docker/.env
Reference in a new issue
Copy permalink