Remove build: directives — images pulled from Gitea registry only
All checks were successful
Build and Deploy UMBRA / build-and-deploy (push) Successful in 57s
All checks were successful
Build and Deploy UMBRA / build-and-deploy (push) Successful in 57s
All builds now go through the CI/CD pipeline. The compose file only needs image: to pull pre-built images from the registry. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d945de3837
commit
3075495d1c
@ -23,7 +23,6 @@ services:
|
|||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: git.sentinelforest.xyz/rohskiddo/umbra-backend:main-latest
|
image: git.sentinelforest.xyz/rohskiddo/umbra-backend:main-latest
|
||||||
build: ./backend
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}
|
- DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}
|
||||||
@ -54,7 +53,6 @@ services:
|
|||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: git.sentinelforest.xyz/rohskiddo/umbra-frontend:main-latest
|
image: git.sentinelforest.xyz/rohskiddo/umbra-frontend:main-latest
|
||||||
build: ./frontend
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "80:8080"
|
- "80:8080"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user