This commit is contained in:
Andras Bacsai 2022-11-02 10:08:22 +01:00
parent 3a8929b9d7
commit 923241ce1e
5 changed files with 6 additions and 4 deletions

View File

@ -12,6 +12,8 @@
volumes:
- $$id-config:/etc/grafana
- $$id-grafana:/var/lib/grafana
ports:
- '3000'
variables: []
documentation: https://hub.docker.com/r/grafana/grafana
- templateVersion: 1.0.0

View File

@ -175,7 +175,7 @@ const host = '0.0.0.0';
await refreshTags()
await migrateServicesToNewTemplate()
}, 60000)
setInterval(async () => {
await copySSLCertificates();
}, 10000)

View File

@ -18,7 +18,7 @@ import * as serviceFields from './services/serviceFields';
import { saveBuildLog } from './buildPacks/common';
import { scheduler } from './scheduler';
export const version = '3.10.16';
export const version = '3.10.17';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
"version": "3.10.16",
"version": "3.10.17",
"license": "Apache-2.0",
"repository": "github:coollabsio/coolify",
"scripts": {