stack for the laconic.com website #590

Merged
telackey merged 3 commits from zramsay/add-website-stack into main 2023-10-21 17:31:47 +00:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 185243ac62 - Show all commits

View File

@ -1,8 +1,8 @@
Review

If deployed via the "deployment" mechanism, I think this can be - "3000"

If deployed via the "deployment" mechanism, I think this can be `- "3000"`
Review

If deployed via the "deployment" mechanism, I think this can be - "3000"

If deployed via the "deployment" mechanism, I think this can be `- "3000"`
Review

yep, instructions added to the readme

yep, instructions added to the readme
Review

yep, instructions added to the readme

yep, instructions added to the readme
version: "3.2"
services:
lasso:
Review

If deployed via the "deployment" mechanism, I think this can be - "3000"

If deployed via the "deployment" mechanism, I think this can be `- "3000"`
Review

yep, instructions added to the readme

yep, instructions added to the readme
laconic-dot-com:
Review

If deployed via the "deployment" mechanism, I think this can be - "3000"

If deployed via the "deployment" mechanism, I think this can be `- "3000"`
Review

yep, instructions added to the readme

yep, instructions added to the readme
image: cerc/laconic-dot-com:local
restart: always
ports:
- "3000:3000"
Review

If deployed via the "deployment" mechanism, I think this can be - "3000"

If deployed via the "deployment" mechanism, I think this can be `- "3000"`
Review

yep, instructions added to the readme

yep, instructions added to the readme
- "3000"
Review

If deployed via the "deployment" mechanism, I think this can be - "3000"

If deployed via the "deployment" mechanism, I think this can be `- "3000"`
Review

yep, instructions added to the readme

yep, instructions added to the readme

Review

If deployed via the "deployment" mechanism, I think this can be - "3000"

If deployed via the "deployment" mechanism, I think this can be `- "3000"`
Review

If deployed via the "deployment" mechanism, I think this can be - "3000"

If deployed via the "deployment" mechanism, I think this can be `- "3000"`
Review

yep, instructions added to the readme

yep, instructions added to the readme
Review

yep, instructions added to the readme

yep, instructions added to the readme

View File

@ -3,5 +3,7 @@
```
laconic-so --stack laconic-dot-com setup-repositories
laconic-so --stack laconic-dot-com build-containers
laconic-so --stack laconic-dot-com deploy up
laconic-so --stack laconic-dot-com deploy init --output laconic-website-spec.yml --map-ports-to-host any-same
laconic-so --stack laconic-dot-com deploy create --spec-file laconic-website-spec.yml --deployment-dir lx-website
laconic-so deployment --dir lx-website start
```