More images to tag
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "coolify",
|
"name": "coolify",
|
||||||
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
|
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
|
||||||
"version": "2.0.5",
|
"version": "2.0.5-rc.1",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "docker compose -f docker-compose-dev.yaml up -d && NODE_ENV=development svelte-kit dev --host 0.0.0.0",
|
"dev": "docker compose -f docker-compose-dev.yaml up -d && NODE_ENV=development svelte-kit dev --host 0.0.0.0",
|
||||||
|
@@ -14,7 +14,11 @@ export default async function () {
|
|||||||
`coollabsio/${defaultProxyImageTcp}`,
|
`coollabsio/${defaultProxyImageTcp}`,
|
||||||
`coollabsio/${defaultProxyImageHttp}`,
|
`coollabsio/${defaultProxyImageHttp}`,
|
||||||
'certbot/certbot:latest',
|
'certbot/certbot:latest',
|
||||||
' alpine:latest'
|
'alpine:latest',
|
||||||
|
'nginx:stable-alpine',
|
||||||
|
'node:lts',
|
||||||
|
'php:apache',
|
||||||
|
'rust:latest'
|
||||||
];
|
];
|
||||||
for (const image of images) {
|
for (const image of images) {
|
||||||
await asyncExecShell(
|
await asyncExecShell(
|
||||||
|
Reference in New Issue
Block a user