Skip to content

Commit 6d0c5f9

Browse files
committed
Rename CI workflow
1 parent bda562f commit 6d0c5f9

File tree

2 files changed

+6
-30
lines changed

2 files changed

+6
-30
lines changed

README.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Requirements
1818

1919
Docker, or:
2020

21-
* Python 3.6+
21+
* Python 3.8+
2222
* Tornado framework installed (tested with version 6 and 6.1)
2323
* Django Coleman running at the URL pointed
2424
by the ``DCOLEMAN_ENDPOINT`` environment
@@ -78,21 +78,18 @@ Docker
7878
A reference `<Dockerfile>`_ is provided, and the image published
7979
in `Docker Hub <https://hub.docker.com/r/mrsarm/django-coleman-mtasks-viewer>`_.
8080

81-
Also a `<docker-compose.yml>`_ is provided, you can build and run the
82-
the app with Docker Compose with::
81+
Also a ``compose.yaml`` in the
82+
`dcoleman-e2e <https://github.com/mrsarm/dcoleman-e2e>`_ project is provided,
83+
you can build and run the app with Docker Compose with::
8384

84-
$ docker-compose up
85-
86-
Although when using Docker Compose, it's recommended to use the compose
87-
file from the Django Coleman project instead of the local here, that
88-
allows to run all: Django Coleman, this Viewer app and Postgres at once.
85+
$ docker compose up
8986

9087

9188
About
9289
-----
9390

9491
**Project**: https://github.com/mrsarm/tornado-dcoleman-mtasks-viewer
9592

96-
**Authors**: (2019-2022) Mariano Ruiz <mrsarm@gmail.com>
93+
**Authors**: (2019-2024) Mariano Ruiz <mrsarm@gmail.com>
9794

9895
**License**: AGPL-v3

docker-compose.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)