fixes
This commit is contained in:
parent
3a8929b9d7
commit
923241ce1e
@ -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
|
||||
|
@ -175,7 +175,7 @@ const host = '0.0.0.0';
|
||||
await refreshTags()
|
||||
await migrateServicesToNewTemplate()
|
||||
}, 60000)
|
||||
|
||||
|
||||
setInterval(async () => {
|
||||
await copySSLCertificates();
|
||||
}, 10000)
|
||||
|
@ -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
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user