mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-25 11:21:17 +00:00
Compare commits
1 Commits
fix/tailsc
...
feat/tails
| Author | SHA1 | Date | |
|---|---|---|---|
|
13c2948036
|
@@ -10,8 +10,8 @@
|
|||||||
"context": ".",
|
"context": ".",
|
||||||
"dockerfile": "Dockerfile"
|
"dockerfile": "Dockerfile"
|
||||||
},
|
},
|
||||||
"postCreateCommand": "bun install",
|
"postCreateCommand": "bun install && ./scripts/setup-tailscale.sh",
|
||||||
"postStartCommand": "./scripts/setup-git.sh && ./scripts/setup-nvim.sh && ./scripts/setup-tailscale.sh",
|
"postStartCommand": "./scripts/setup-git.sh && ./scripts/setup-nvim.sh",
|
||||||
// Features add additional features to your environment. See https://containers.dev/features
|
// Features add additional features to your environment. See https://containers.dev/features
|
||||||
// Beware: features are not supported on all platforms and may have unintended side-effects.
|
// Beware: features are not supported on all platforms and may have unintended side-effects.
|
||||||
"features": {
|
"features": {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
- manual
|
- manual
|
||||||
commands:
|
commands:
|
||||||
start: |
|
start: |
|
||||||
gitpod --context environment environment port open 3000 --name "Aelis Backend" --protocol http
|
gitpod --context environment environment port open 3000 --name "Aelis Backend" --protocol https
|
||||||
cd apps/aelis-backend && bun run dev
|
cd apps/aelis-backend && bun run dev
|
||||||
|
|
||||||
admin-dashboard:
|
admin-dashboard:
|
||||||
@@ -35,5 +35,5 @@ services:
|
|||||||
- manual
|
- manual
|
||||||
commands:
|
commands:
|
||||||
start: |
|
start: |
|
||||||
gitpod --context environment environment port open 5174 --name "Admin Dashboard" --protocol http
|
gitpod --context environment environment port open 5174 --name "Admin Dashboard" --protocol https
|
||||||
cd apps/admin-dashboard && bun run dev --host
|
cd apps/admin-dashboard && bun run dev
|
||||||
|
|||||||
Reference in New Issue
Block a user