Add stack for azimuth watchers with gateway-server #379

Merged
nikugogoi merged 7 commits from ng-azimuth into main 2023-05-04 10:05:04 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit dc9be1b260 - Show all commits

View File

@ -25,8 +25,6 @@ const main = () => {
updatedConfig.jobQueue.dbConnectionString = parts.join("://");
updatedConfig.jobQueue.dbConnectionString = parts.join("://");
fs.writeFileSync('environments/local.toml', tomlJS.dump(updatedConfig), 'utf-8');
}

View File

@ -20,7 +20,7 @@ Checkout to the required versions and branches in repos
```bash
# azimuth-watcher-ts
cd ~/cerc/azimuth-watcher-ts
# git checkout v0.1.0
git checkout v0.1.0
```
Build the container images: