Skip to content

Commit

Permalink
Restored docker-compose.yml for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jun 28, 2024
1 parent dfad418 commit 95294d6
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# WARNING: This file is autogenerated by make-yaml. Changes here
# will be overwritten. Edit the corresponding .template file
# instead.
# WARNING: This file is autogenerated by make-yaml. Changes here
# will be overwritten. Edit the corresponding .template file
# instead.

version: "3"

services:
crkeng:
restart: always
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
hostname: crkeng-container
image: ghcr.io/ualbertaaltlab/itwewina.altlab.app:latest
command: /app/app.sh crkeng
Expand All @@ -30,8 +30,8 @@ services:
- "/data_local/application-data/crkeng/search_quality:/app/src/crkeng/CreeDictionary/search_quality/"
cwdeng:
restart: always
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
hostname: cwdeng-container
image: ghcr.io/ualbertaaltlab/itwewina.altlab.app:latest
command: /app/app.sh cwdeng
Expand All @@ -53,8 +53,8 @@ services:
- "/data_local/application-data/cwdeng/search_quality:/app/src/cwdeng/CreeDictionary/search_quality/"
srseng:
restart: always
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
hostname: srseng-container
image: ghcr.io/ualbertaaltlab/itwewina.altlab.app:latest
command: /app/app.sh srseng
Expand All @@ -76,8 +76,8 @@ services:
- "/data_local/application-data/srseng/search_quality:/app/src/srseng/CreeDictionary/search_quality/"
arpeng:
restart: always
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
hostname: arpeng-container
image: ghcr.io/ualbertaaltlab/itwewina.altlab.app:latest
command: /app/app.sh arpeng
Expand All @@ -99,8 +99,8 @@ services:
- "/data_local/application-data/arpeng/search_quality:/app/src/arpeng/CreeDictionary/search_quality/"
hdneng:
restart: always
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
hostname: hdneng-container
image: ghcr.io/ualbertaaltlab/itwewina.altlab.app:latest
command: /app/app.sh hdneng
Expand All @@ -122,8 +122,8 @@ services:
- "/data_local/application-data/hdneng/search_quality:/app/src/hdneng/CreeDictionary/search_quality/"
crkLacombeeng:
restart: always
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
hostname: crkLacombeeng-container
image: ghcr.io/ualbertaaltlab/itwewina.altlab.app:latest
command: /app/app.sh crkLacombeeng
Expand All @@ -133,7 +133,7 @@ services:
volumes:
- "./.env:/app/.env"

# LFS mounts
# LFS mounts
- "../src/morphodict/lexicon/resources/vector_models/:/app/src/morphodict/lexicon/resources/vector_models/:ro"
- "../src/crkLacombeeng/resources/fst:/app/src/crkLacombeeng/resources/fst:ro"
- "../src/CreeDictionary/res/fst/:/app/src/CreeDictionary/res/fst/:ro"
Expand All @@ -145,8 +145,8 @@ services:
- "/data_local/application-data/crkLacombeeng/search_quality:/app/src/crkLacombeeng/CreeDictionary/search_quality/"
blaeng:
restart: always
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
# Specify hostname to make it clearer which container is active when
# using docker to get a shell in the container.
hostname: blaeng-container
image: ghcr.io/ualbertaaltlab/itwewina.altlab.app:latest
command: /app/app.sh blaeng
Expand Down

0 comments on commit 95294d6

Please sign in to comment.