improved dev testing suite

- adjusted compose file to store config data
- ignoring configs and data for version history
- adjusted setup script to make second instance the dev instance
This commit is contained in:
santiagosayshey
2024-05-11 03:25:11 +09:30
parent b3e63aa380
commit 009eedebfd
4 changed files with 36 additions and 45 deletions

View File

@@ -4,14 +4,14 @@ instances:
- name: "Master"
base_url: "http://localhost:7878"
api_key: "API_KEY"
- name: "4k-radarr"
- name: "DEV"
base_url: "http://localhost:7887"
api_key: "API_KEY"
sonarr:
- name: "Master"
base_url: "http://localhost:8989"
api_key: "API_KEY"
- name: "4k-sonarr"
- name: "DEV"
base_url: "http://localhost:8998"
api_key: "API_KEY"
settings: