Skip to content

Commit ef95853

Browse files
committed
Promote docker-compose more
1 parent bdfea51 commit ef95853

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ These containers do not include MySQL / MariaDB; the [MariaDB](https://hub.docke
3333

3434
These images are available on the [Docker Hub](https://hub.docker.com) as `domjudge/domserver` and `domjudge/judgehost`.
3535

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+
3640
### DOMjudge network
3741
For isolation, create a Docker network which will be used for the communication between DOMjudge-related containers.
3842
```bash
@@ -179,10 +183,6 @@ docker exec -it domserver supervisorctl restart [service]
179183

180184
where `[service]` is one of `nginx` or `php`.
181185

182-
#### Docker-compose
183-
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-
186186
### Judgehost container
187187

188188
To run a single judgehost, run the following command:

0 commit comments

Comments
 (0)