Update file names and remove useless things
This commit is contained in:
13
.archived/crow-agent/compose.yaml
Normal file
13
.archived/crow-agent/compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
crow-agent:
|
||||
container_name: crow-agent
|
||||
image: codeberg.org/crowci/crow-agent:v4.0.1
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- CROW_SERVER=${CROW_SERVER}
|
||||
- CROW_GRPC_SECURE=${CROW_GRPC_SECURE}
|
||||
- CROW_AGENT_SECRET=${CROW_AGENT_SECRET}
|
||||
- CROW_MAX_WORKFLOWS=${CROW_MAX_WORKFLOWS}
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/crow/agent:/etc/crow
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user