Skip to content

Commit

Permalink
reintroduce the build context to support docker-compose build
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-portier committed May 16, 2024
1 parent 90563ef commit a9fd1bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ services:
restart: always
logging: *default-logging
vocab-fetch:
build:
context: ./services/vocab-fetch
image: ghcr.io/vlizbe/vocabserver-app/vocab-fetch:${TAG_VERSION}
volumes:
- ./data/vocab-fetch:/share
Expand All @@ -120,6 +122,8 @@ services:
restart: always
logging: *default-logging
content-unification:
build:
context: ./services/content-unification
image: ghcr.io/vlizbe/vocabserver-app/content-unification:${TAG_VERSION}
volumes:
- ./data/vocab-fetch:/share
Expand Down Expand Up @@ -150,6 +154,8 @@ services:
restart: always
logging: *default-logging
vocab-configs:
build:
context: ./services/vocab-configs
image: ghcr.io/vlizbe/vocabserver-app/vocab-configs:${TAG_VERSION}
environment:
MU_APPLICATION_FILE_STORAGE_PATH: "vocab-configs/"
Expand Down

0 comments on commit a9fd1bb

Please sign in to comment.