Skip to content

Commit

Permalink
Update compose*.yaml: Add image
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed May 8, 2024
1 parent 231ef22 commit f38076e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compose-build-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ${APP_NAME}
services:
jekyll:
build: ${SOURCE_DIR}
image: ghcr.io/kjulyx/env-kjuly-com:latest
working_dir: ${CONTAINER_WORK_DIR}
volumes:
- ${VOLUME_SOURCE}:${VOLUME_TARGET}
Expand Down
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ${APP_NAME}
services:
jekyll:
build: ${SOURCE_DIR}
image: ghcr.io/kjulyx/env-kjuly-com:latest
ports:
- "8000:${CONTAINER_PORT}"
working_dir: ${CONTAINER_WORK_DIR}
Expand Down

0 comments on commit f38076e

Please sign in to comment.