diff --git a/dmoj/docker-build.yml b/dmoj/docker-build.yml index 03aa110..e244070 100644 --- a/dmoj/docker-build.yml +++ b/dmoj/docker-build.yml @@ -2,6 +2,7 @@ services: texoid: build: context: ./texoid/ + image: ghcr.io/mcpt/wlmoj-texoid init: true restart: unless-stopped networks: [ site ] @@ -9,6 +10,7 @@ services: pdfoid: build: context: ./pdfoid/ + image: ghcr.io/mcpt/wlmoj-pdfoid init: true restart: unless-stopped networks: [ site ] @@ -18,6 +20,7 @@ services: mathoid: build: context: ./mathoid/ + image: ghcr.io/mcpt/wlmoj-mathoid init: true restart: unless-stopped networks: [ site ] @@ -33,6 +36,7 @@ services: build: context: . # so we can grab scripts on build dockerfile: ./site/Dockerfile + image: ghcr.io/mcpt/wlmoj-site init: true restart: unless-stopped volumes: @@ -53,6 +57,7 @@ services: celery: build: context: ./celery/ + image: ghcr.io/mcpt/wlmoj-celery init: true restart: unless-stopped volumes: @@ -68,6 +73,7 @@ services: bridged: build: context: ./bridged/ + image: ghcr.io/mcpt/wlmoj-bridged init: true restart: unless-stopped volumes: @@ -86,6 +92,7 @@ services: wsevent: build: context: ./wsevent/ + image: ghcr.io/mcpt/wlmoj-wsevent init: true restart: unless-stopped volumes: @@ -108,6 +115,7 @@ services: backups: build: context: ./backups/ + image: ghcr.io/mcpt/wlmoj-backups restart: always env_file: [ environment/mysql.env, environment/mysql-admin.env, environment/backups.env ] networks: [ db ] @@ -121,6 +129,7 @@ services: nginx: build: context: ./nginx/ + image: ghcr.io/mcpt/wlmoj-nginx init: true restart: always ports: @@ -137,4 +146,4 @@ services: networks: site: db: - nginx: \ No newline at end of file + nginx: