Skip to content

Update traefik Docker tag to v3 #57

Update traefik Docker tag to v3

Update traefik Docker tag to v3 #57

name: Docker Compose CI
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install 'yamllint'
run: sudo apt-get install -y yamllint
- name: Lint YAML files
run: yamllint -c .github/yamllint_config.yaml .
- name: Test docker-compose.yaml
run: docker compose up --wait --wait-timeout 300