Update file names and remove useless things

This commit is contained in:
2026-02-24 19:39:55 +05:30
parent 9fe8704abe
commit 98617d8a21
55 changed files with 0 additions and 89 deletions

View File

@@ -0,0 +1,19 @@
services:
crow:
container_name: crow
image: codeberg.org/crowci/crow-server:v4.0.1
restart: unless-stopped
environment:
- CROW_OPEN=${CROW_OPEN}
- CROW_HOST=${CROW_HOST}
- CROW_GITEA=true
- CROW_GITEA_URL=${CROW_GITEA_URL}
- CROW_GITEA_CLIENT=${CROW_GITEA_CLIENT}
- CROW_GITEA_SECRET=${CROW_GITEA_SECRET}
- CROW_ADMIN=${CROW_ADMIN}
- CROW_PLUGINS_PRIVILEGED=${CROW_PLUGINS_PRIVILEGED}
volumes:
- ${APPDATA_PATH}/crow/server:/var/lib/crow/
ports:
- ${SERVER_PORT}:8000
- ${GRPC_PORT}:9000