Add docker-compose and fix CI network creation
All checks were successful
Deploy Backend / deploy (push) Successful in 31s

This commit is contained in:
2026-04-26 18:03:21 +02:00
parent 6e1ad80f33
commit b087660721

View File

@@ -21,6 +21,9 @@ jobs:
- name: Extract version tag
run: echo "VERSION_TAG=${GITHUB_REF_NAME}" >> $GITHUB_ENV
- name: Create shared network if missing
run: docker network create poster-picker || true
- name: Build Docker image
run: docker compose build