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
|
||||
This project was bootstrapped with a [turbopress](https://github.com/turbopress/turbopress)
|
||||
|
||||
|
@ -3,7 +3,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
api:
|
||||
image: git.autonomic.zone/autonomic-cooperative/justice-equity-technology:latest
|
||||
image: git.autonomic.zone/autonomic-cooperative/kios-webapp:latest
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
@ -14,7 +14,7 @@ services:
|
||||
- "$PWD/apps/api:/app/apps/api"
|
||||
env_file: .env
|
||||
web:
|
||||
image: git.autonomic.zone/autonomic-cooperative/justice-equity-technology:latest
|
||||
image: git.autonomic.zone/autonomic-cooperative/kios-webapp:latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
entrypoint: sh
|
||||
|
Loading…
Reference in New Issue
Block a user