mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-08 20:46:44 +03:00
✨ Update gitea-mirror-dev service to always build from local sources in development environment
This commit is contained in:
@@ -36,7 +36,7 @@ services:
|
|||||||
|
|
||||||
# Development service connected to local Gitea
|
# Development service connected to local Gitea
|
||||||
gitea-mirror-dev:
|
gitea-mirror-dev:
|
||||||
image: ${DOCKER_REGISTRY:-ghcr.io}/${DOCKER_IMAGE:-arunavo4/gitea-mirror}:${DOCKER_TAG:-latest}
|
# For dev environment, always build from local sources
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user