Switch to published image in docker-compose

This commit is contained in:
3wc 2024-03-29 12:58:50 -03:00
parent 06ac037ba0
commit f361d3f754

View File

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