Skip to content

Add LETSENCRYPT_HOST and VIRTUAL_HOST vars to docker-compose.yml #224

Add LETSENCRYPT_HOST and VIRTUAL_HOST vars to docker-compose.yml

Add LETSENCRYPT_HOST and VIRTUAL_HOST vars to docker-compose.yml #224

name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}