mirror of
https://github.com/fergalmoran/snapp.git
synced 2025-12-22 09:41:45 +00:00
v8
This commit is contained in:
@@ -17,14 +17,13 @@ const code = async (theme: string) =>
|
|||||||
`services:
|
`services:
|
||||||
snapp:
|
snapp:
|
||||||
image: uraniadev/snapp:0.8
|
image: uraniadev/snapp:0.8
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: "file:./db.sqlite"
|
TOKEN_SECRET: # openssl rand -base64 32
|
||||||
TOKEN_SECRET: # openssl rand -base64 32
|
ORIGIN: https://example.com
|
||||||
ORIGIN: https://example.com
|
|
||||||
`,
|
`,
|
||||||
{
|
{
|
||||||
lang: 'yaml',
|
lang: 'yaml',
|
||||||
theme: 'github-dark'
|
theme: 'github-dark'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user