Skip to content

Commit

Permalink
Merge pull request #290 from sohosai/feature/fix-docker-compose
Browse files Browse the repository at this point in the history
docker-compose.ymlを修正
  • Loading branch information
arata-nvm authored May 3, 2024
2 parents 3dfedf0 + 3dbd828 commit 163d5d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- EMAIL_SENDER_ADDRESS=${EMAIL_SENDER_ADDRESS}
- EMAIL_REPLY_TO_ADDRESS=${EMAIL_REPLY_TO_ADDRESS}
- APP_URL=${APP_URL}
- SLACK_WEBHOOK_URL=${APP_URL}
- SLACK_WEBHOOK_URL=${SLACK_WEBHOOK_URL}
labels:
traefik.enable: "true"
traefik.docker.network: "portainer-traefik"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- EMAIL_SENDER_ADDRESS=${EMAIL_SENDER_ADDRESS}
- EMAIL_REPLY_TO_ADDRESS=${EMAIL_REPLY_TO_ADDRESS}
- APP_URL=${APP_URL}
- SLACK_WEBHOOK_URL=${APP_URL}
- SLACK_WEBHOOK_URL=${SLACK_WEBHOOK_URL}
labels:
- traefik.enable=true
- traefik.docker.network=sos24-traefik
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- EMAIL_SENDER_ADDRESS=${EMAIL_SENDER_ADDRESS}
- EMAIL_REPLY_TO_ADDRESS=${EMAIL_REPLY_TO_ADDRESS}
- APP_URL=${APP_URL}
- SLACK_WEBHOOK_URL=${APP_URL}
- SLACK_WEBHOOK_URL=${SLACK_WEBHOOK_URL}
labels:
traefik.enable: "true"
traefik.docker.network: "portainer-traefik"
Expand Down

0 comments on commit 163d5d5

Please sign in to comment.