Skip to content

Commit

Permalink
Undo 9755b33
Browse files Browse the repository at this point in the history
so docker can tag properly

Signed-off-by: Jason Cameron <git@jasoncameron.dev>
  • Loading branch information
JasonLovesDoggo committed Sep 21, 2024
1 parent d978939 commit 5990a7c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion dmoj/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ services:
texoid:
build:
context: ./texoid/
image: ghcr.io/mcpt/wlmoj-texoid
init: true
restart: unless-stopped
networks: [ site ]

pdfoid:
build:
context: ./pdfoid/
image: ghcr.io/mcpt/wlmoj-pdfoid
init: true
restart: unless-stopped
networks: [ site ]
Expand All @@ -18,6 +20,7 @@ services:
mathoid:
build:
context: ./mathoid/
image: ghcr.io/mcpt/wlmoj-mathoid
init: true
restart: unless-stopped
networks: [ site ]
Expand All @@ -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:
Expand All @@ -53,6 +57,7 @@ services:
celery:
build:
context: ./celery/
image: ghcr.io/mcpt/wlmoj-celery
init: true
restart: unless-stopped
volumes:
Expand All @@ -68,6 +73,7 @@ services:
bridged:
build:
context: ./bridged/
image: ghcr.io/mcpt/wlmoj-bridged
init: true
restart: unless-stopped
volumes:
Expand All @@ -86,6 +92,7 @@ services:
wsevent:
build:
context: ./wsevent/
image: ghcr.io/mcpt/wlmoj-wsevent
init: true
restart: unless-stopped
volumes:
Expand All @@ -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 ]
Expand All @@ -121,6 +129,7 @@ services:
nginx:
build:
context: ./nginx/
image: ghcr.io/mcpt/wlmoj-nginx
init: true
restart: always
ports:
Expand All @@ -137,4 +146,4 @@ services:
networks:
site:
db:
nginx:
nginx:

0 comments on commit 5990a7c

Please sign in to comment.