chore: migrate CI to Gitea Actions
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 9m19s
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 9m19s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user