Change docker image name

This commit is contained in:
toqvist 2024-04-01 16:25:55 +02:00
parent 789af6f754
commit 3418050596
2 changed files with 7 additions and 2 deletions

View File

@ -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)

View File

@ -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