Is a web application for consulting schedule of trains and buses in Switzerland
- Docker
- Docker-compose
Run the following command to start the development environment:
docker-compose up
The application will be available at http://localhost:80
A CI/CD pipeline is already set up for this project. It will automatically create 3 Docker images and push them to the Github Container Registry. The images are:
php-fpm
nginx
mariadb
To deploy the application, you can create your own docker-compose.yml
file and use the images from the Github Container Registry.