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
4 changed files with 27 additions and 0 deletions
Showing only changes of commit acd52ae34f - Show all commits

View File

@ -0,0 +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"
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

yep, instructions added to the readme

yep, instructions added to the readme
services:
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
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
image: cerc/laconic-dot-com:local
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
restart: always
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
ports:
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
- "0.0.0.0: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

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build the laconic.com image
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
docker build -t cerc/laconic-dot-com:local -f ${CERC_REPO_BASE_DIR}/laconic.com/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/laconic.com

View File

@ -0,0 +1,7 @@
# laconic-dot-com
```
laconic-so --stack laconic-dot-com setup-repositories
laconic-so --stack laconic-dot-com build-containers
laconic-so --stack laconic-dot-com deploy up
```

View File

@ -0,0 +1,8 @@
version: "0.1"
name: laconic-dot-com
repos:
- github.com/LaconicNetwork/laconic.com@dockerfile
containers:
- cerc/laconic-dot-com
pods:
- laconic-dot-com