2022-05-19 04:23:23 +00:00
|
|
|
# This configuration file was automatically generated by Gitpod.
|
|
|
|
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
|
|
|
|
# and commit this file to your remote git repository to share the goodness with others.
|
2022-07-12 08:56:32 +02:00
|
|
|
image: node:18
|
2022-05-19 04:23:23 +00:00
|
|
|
tasks:
|
2022-07-12 09:09:30 +02:00
|
|
|
- before: curl -sL https://unpkg.com/@pnpm/self-installer | node
|
2022-07-12 08:56:32 +02:00
|
|
|
- init: pnpm install && pnpm db:push && pnpm db:seed
|
|
|
|
env:
|
2022-07-12 07:01:02 +00:00
|
|
|
COOLIFY_DATABASE_URL:
|
|
|
|
file:../db/dev.db
|
|
|
|
COOLIFY_SECRET_KEY:
|
|
|
|
12341234123412341234123412341234
|
2022-07-12 08:56:32 +02:00
|
|
|
command: pnpm dev
|
2022-05-19 04:23:23 +00:00
|
|
|
|
2022-07-12 08:56:32 +02:00
|
|
|
ports:
|
|
|
|
- port: 3001
|
|
|
|
visibility: public
|