chore: rename services in docker-compose.yml for clarity and update environment variable handling
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 2m32s

This commit is contained in:
Julien Froidefond
2025-12-11 12:03:48 +01:00
parent 3fd3e165e2
commit bd6f071620
2 changed files with 37 additions and 15 deletions

View File

@@ -0,0 +1,22 @@
name: Deploy with Docker Compose
on:
push:
branches:
- main
jobs:
deploy:
runs-on: mac-orbstack-runner
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy stack
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
AUTH_SECRET: ${{ secrets.AUTH_SECRET }}
AUTH_URL: ${{ vars.AUTH_URL }}
run: |
docker compose up -d