Skip to content

Commit

Permalink
fix: env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov committed Aug 30, 2023
1 parent 7bf80d0 commit a2d3478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ services:
VK_GROUP_ID: ${VK_GROUP_ID}
TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
TELEGRAM_BOT_NAME: ${TELEGRAM_BOT_NAME}
IMAGE_CAPTION_HOST: ${IMAGE_CAPTION_HOST}
labels:
- traefik.enable=true
- traefik.constraint-label-stack=lost-and-found
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ services:
VK_GROUP_ID: ${VK_GROUP_ID}
TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
TELEGRAM_BOT_NAME: ${TELEGRAM_BOT_NAME}
IMAGE_CAPTION_HOST: ${IMAGE_CAPTION_HOST}

image-caption:
build: ./image-caption
Expand Down

0 comments on commit a2d3478

Please sign in to comment.