feat: implement OrchestratorCI workflow with environment setup and droplet creation script
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
entrypoint: ""
|
||||
command: ["sleep", "3600"]
|
||||
environment:
|
||||
- DO_TOKEN=dop_v1_edf8bb32e734cf0dbbb40ce9d2b7ad494277caced8636a4823aede610b6c31fa
|
||||
- RUNNER_ID=pandeganteng
|
||||
- SPEC=default
|
||||
volumes:
|
||||
- ./actions:/actions
|
||||
Reference in New Issue
Block a user