diff options
-rw-r--r-- | docker-compose.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..829c1e7 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,11 @@ +services: + bot: + restart: "no" + build: . + volumes: + - .:/bot:ro + tty: true + env_file: + - .env + environment: + KUBECONFIG: /app/config |