Compare commits
1 Commits
789af6f754
...
old-cms-mi
Author | SHA1 | Date | |
---|---|---|---|
3418050596 |
@ -1,3 +1,8 @@
|
|||||||
|
## Quickstart
|
||||||
|
```
|
||||||
|
docker-compose -f docker-compose.yml up
|
||||||
|
```
|
||||||
|
|
||||||
## About
|
## About
|
||||||
This project was bootstrapped with a [turbopress](https://github.com/turbopress/turbopress)
|
This project was bootstrapped with a [turbopress](https://github.com/turbopress/turbopress)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
image: git.autonomic.zone/autonomic-cooperative/justice-equity-technology:latest
|
image: git.autonomic.zone/autonomic-cooperative/kios-webapp:latest
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
ports:
|
ports:
|
||||||
@ -14,7 +14,7 @@ services:
|
|||||||
- "$PWD/apps/api:/app/apps/api"
|
- "$PWD/apps/api:/app/apps/api"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
web:
|
web:
|
||||||
image: git.autonomic.zone/autonomic-cooperative/justice-equity-technology:latest
|
image: git.autonomic.zone/autonomic-cooperative/kios-webapp:latest
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
entrypoint: sh
|
entrypoint: sh
|
||||||
|
Reference in New Issue
Block a user