You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ These containers do not include MySQL / MariaDB; the [MariaDB](https://hub.docke
33
33
34
34
These images are available on the [Docker Hub](https://hub.docker.com) as `domjudge/domserver` and `domjudge/judgehost`.
35
35
36
+
#### Docker-compose
37
+
See https://github.com/DOMjudge/domjudge-packaging/blob/main/docker/docker-compose.yml for a docker-compose example which automates the steps below.
38
+
When using the optional Traefik reverse proxy, deploy the stack defined in https://github.com/DOMjudge/domjudge-packaging/blob/main/docker/docker-compose-traefik.yml first and uncomment the relevant lines in the `docker-compose.yml` file.
39
+
36
40
### DOMjudge network
37
41
For isolation, create a Docker network which will be used for the communication between DOMjudge-related containers.
See https://github.com/DOMjudge/domjudge-packaging/blob/main/docker/docker-compose.yml for a docker-compose example which automates the steps above.
184
-
When using the optional Traefik reverse proxy, deploy the stack defined in https://github.com/DOMjudge/domjudge-packaging/blob/main/docker/docker-compose-traefik.yml first and uncomment the relevant lines in the `docker-compose.yml` file.
185
-
186
186
### Judgehost container
187
187
188
188
To run a single judgehost, run the following command:
0 commit comments