Docker-related files to build deployment images
Go to file
Jeroen De Meerleer 3b25940cb7
Using doctrine migrations
2022-09-07 14:37:42 +02:00
.dockerignore Better entrypoint 2022-05-06 10:26:37 +02:00
.env NEW FEATURE: docker-image 2022-09-01 13:09:42 +02:00
Dockerfile NEW FEATURE: version tag in image 2022-09-05 17:27:18 +02:00
LICENSE.md Better entrypoint 2022-05-06 10:26:37 +02:00
README.md NEW FEATURE: docker-image 2022-09-01 13:09:42 +02:00
apache2-foreground Better entrypoint 2022-05-06 10:26:37 +02:00
docker-compose.yml NEW FEATURE: docker-image 2022-09-01 13:09:42 +02:00
entrypoint.sh Using doctrine migrations 2022-09-07 14:37:42 +02:00
wait-for-it.sh Better entrypoint 2022-05-06 10:26:37 +02:00

README.md

Webcron Management (Docker Images)

(c) 2017, 2021- Jeroen De Meerleer me@jeroened.be

Webcron management is an easy-to-use interface to manage cronjob running on a publicly available http-location.

How to use the container

Docker-compose

  1. Create your .env file in the root of the compose instance. You can copy the .env from this repository and adapt to your config.

    Alternatively you can can assign the environment vars in the directly in the compose file. It's up to you what is easier for you.

  2. Create your docker-compose file. You can copy the example config from this repository.

  3. Start the container

    docker compose up -d
  1. Create the first user
    docker compose exec app php bin/console webcron:user add
  1. Webcron management is available on http://localhost/