Switch to published image in docker-compose
This commit is contained in:
parent
06ac037ba0
commit
f361d3f754
@ -3,13 +3,15 @@ version: "3"
|
||||
|
||||
services:
|
||||
api:
|
||||
image: justice-equity-technology:3a0b940
|
||||
image: git.autonomic.zone/autonomic-cooperative/justice-equity-technology:latest
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
- 3001:3001
|
||||
command: pnpm serve:api
|
||||
env_file: .env
|
||||
web:
|
||||
image: justice-equity-technology:3a0b940
|
||||
image: git.autonomic.zone/autonomic-cooperative/justice-equity-technology:latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
command: pnpm serve:web
|
||||
|
Loading…
Reference in New Issue
Block a user