first commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
import { setupManifest } from '@start9labs/start-sdk'
|
||||
import { long, short } from './i18n'
|
||||
|
||||
export const manifest = setupManifest({
|
||||
id: 'todo-back',
|
||||
title: 'Todo Back',
|
||||
license: 'MIT',
|
||||
packageRepo: 'https://github.com/alextab93/todo-back',
|
||||
upstreamRepo: 'https://github.com/alextab93/todo-back',
|
||||
marketingUrl: 'https://github.com/alextab93/todo-back',
|
||||
donationUrl: null,
|
||||
description: { short, long },
|
||||
volumes: ['config', 'postgres', 'storage'],
|
||||
images: {
|
||||
app: {
|
||||
source: { dockerBuild: {} },
|
||||
arch: ['x86_64'],
|
||||
},
|
||||
postgres: {
|
||||
source: { dockerTag: 'postgres:17.6-bookworm' },
|
||||
arch: ['x86_64'],
|
||||
},
|
||||
},
|
||||
dependencies: {},
|
||||
})
|
||||
Reference in New Issue
Block a user