Skip to content

Commit

Permalink
update compose (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jun 27, 2024
1 parent 7c00a40 commit bc4ff02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DMOJ Docker [![Build Status](https://github.com/Ninjaclasher/dmoj-docker/workflows/Build%20Docker%20Images/badge.svg)](https://github.com/Ninjaclasher/dmoj-docker/actions/)
DMOJ Docker [![Build Status](https://github.com/mcpt/docker/workflows/Build%20Docker%20Images/badge.svg)](https://github.com/mcpt/docker/actions/)
=====

This repository contains the Docker files to run a clone of the [DMOJ site](https://github.com/DMOJ/online-judge). It configures some additional services, such as mathoid, pdfoid, and texoid.
Expand All @@ -9,7 +9,7 @@ First, [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docke

Clone the repository:
```sh
$ git clone https://github.com/Ninjaclasher/dmoj-docker
$ git clone https://github.com/mcpt/docker
$ cd dmoj-docker
$ git submodule update --init --recursive
$ cd dmoj
Expand Down
12 changes: 6 additions & 6 deletions dmoj/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ services:
build:
context: .
dockerfile: ./texoid/Dockerfile
image: ninjaclasher/dmoj-texoid
image: mcpt/wlmoj-texoid
init: true
restart: unless-stopped
networks: [site]
pdfoid:
build:
context: .
dockerfile: ./pdfoid/Dockerfile
image: ninjaclasher/dmoj-pdfoid
image: mcpt/wlmoj-pdfoid
init: true
restart: unless-stopped
networks: [site]
Expand All @@ -35,7 +35,7 @@ services:
build:
context: .
dockerfile: ./mathoid/Dockerfile
image: ninjaclasher/dmoj-mathoid
image: mcpt/wlmoj-mathoid
init: true
restart: unless-stopped
volumes:
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
build:
context: .
dockerfile: ./celery/Dockerfile
image: ninjaclasher/dmoj-celery
image: mcpt/wlmoj-celery
init: true
restart: unless-stopped
volumes:
Expand All @@ -85,7 +85,7 @@ services:
build:
context: .
dockerfile: ./bridged/Dockerfile
image: ninjaclasher/dmoj-bridged
image: mcpt/wlmoj-bridged
init: true
restart: unless-stopped
volumes:
Expand All @@ -102,7 +102,7 @@ services:
build:
context: .
dockerfile: ./wsevent/Dockerfile
image: ninjaclasher/dmoj-wsevent
image: mcpt/wlmoj-wsevent
init: true
restart: unless-stopped
volumes:
Expand Down

0 comments on commit bc4ff02

Please sign in to comment.