updated docker pipeline to include database migrations, added dummy table to verify the pipeline works
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m52s

This commit is contained in:
lila 2026-04-23 09:19:57 +02:00
parent 66eddb9a2a
commit 1a50f73c74
8 changed files with 1246 additions and 2 deletions

View file

@ -31,6 +31,7 @@ services:
api:
container_name: lila-api
user: "${UID}:${GID}"
build:
context: .
dockerfile: ./apps/api/Dockerfile
@ -59,6 +60,7 @@ services:
web:
container_name: lila-web
user: "${UID}:${GID}"
build:
context: .
dockerfile: ./apps/web/Dockerfile