From ea3b1fd7a2691dee0236a53b15e67abddd3efa72 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 17 Apr 2024 10:45:44 -0400 Subject: [PATCH] adding a gitignore --- .gitignore | 1 + docker-compose.yml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..412c257 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +docker-compose.yml \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index c980072..78967d6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,10 +15,10 @@ services: build: . image: git.nixc.us/nixius/uptimerobot-migrator:production environment: - UPTIME_ROBOT_API_KEY: "xxxxxxxxxxxxxxxxxxxxxxxxxxx" # change this for sure and don't share it. + UPTIME_ROBOT_API_KEY: "u336056-fa06ca3fca5a316a099d00ea" # change this for sure and don't share it. KUMA_URL: "http://kuma-migration:3001" # probably don't change this - KUMA_USERNAME: "admin" # change this - KUMA_PASSWORD: "password2" # don't share this and change it + KUMA_USERNAME: "Magnitude9456" # change this + KUMA_PASSWORD: "iZ22djSSsvSSgavE3s4RwuJwfshiVfZoBucXVyceC7E2DJzGwmgeUF64UkpQgN8LJ5Dt6awwDzH3WQq3XMgNWTmJ2WgV8m9FM2p8FphFX6qokhqjg4E6Fv5s9QMVPHpr" # don't share this and change it depends_on: - kuma-migration networks: