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: services:
api: api:
image: justice-equity-technology:3a0b940 image: git.autonomic.zone/autonomic-cooperative/justice-equity-technology:latest
build:
context: .
ports: ports:
- 3001:3001 - 3001:3001
command: pnpm serve:api command: pnpm serve:api
env_file: .env env_file: .env
web: web:
image: justice-equity-technology:3a0b940 image: git.autonomic.zone/autonomic-cooperative/justice-equity-technology:latest
ports: ports:
- 3000:3000 - 3000:3000
command: pnpm serve:web command: pnpm serve:web