File tree Expand file tree Collapse file tree 2 files changed +6
-30
lines changed Expand file tree Collapse file tree 2 files changed +6
-30
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Requirements
18
18
19
19
Docker, or:
20
20
21
- * Python 3.6 +
21
+ * Python 3.8 +
22
22
* Tornado framework installed (tested with version 6 and 6.1)
23
23
* Django Coleman running at the URL pointed
24
24
by the ``DCOLEMAN_ENDPOINT `` environment
@@ -78,21 +78,18 @@ Docker
78
78
A reference `<Dockerfile >`_ is provided, and the image published
79
79
in `Docker Hub <https://hub.docker.com/r/mrsarm/django-coleman-mtasks-viewer >`_.
80
80
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::
83
84
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
89
86
90
87
91
88
About
92
89
-----
93
90
94
91
**Project **: https://github.com/mrsarm/tornado-dcoleman-mtasks-viewer
95
92
96
- **Authors **: (2019-2022 ) Mariano Ruiz <mrsarm@gmail.com>
93
+ **Authors **: (2019-2024 ) Mariano Ruiz <mrsarm@gmail.com>
97
94
98
95
**License **: AGPL-v3
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments