Change docker image name
This commit is contained in:
parent
789af6f754
commit
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
|
||||||
|
Loading…
Reference in New Issue
Block a user