chore: migrate CI to Gitea Actions
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 9m19s

This commit is contained in:
arrelin
2026-01-18 13:37:31 +03:00
parent 514ced6e19
commit a3e941b19f
2 changed files with 15 additions and 31 deletions

View File

@@ -15,7 +15,7 @@ services:
restart: unless-stopped
backend:
image: ghcr.io/${OWNER:-${COMPOSE_PROJECT_NAME}}/family_budget-backend:latest
image: 192.168.31.100:3847/arrelin/family_budget-backend:latest
container_name: family_budget_backend
environment:
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
@@ -32,7 +32,7 @@ services:
restart: unless-stopped
frontend:
image: ghcr.io/${OWNER:-${COMPOSE_PROJECT_NAME}}/family_budget-frontend:latest
image: 192.168.31.100:3847/arrelin/family_budget-frontend:latest
container_name: family_budget_frontend
depends_on:
- backend