mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
🔧 chore(todo): switch todo-web to local build for spiral-db
This commit is contained in:
parent
9517e1e7a9
commit
bf5df284ff
1 changed files with 4 additions and 1 deletions
|
|
@ -1258,7 +1258,10 @@ services:
|
|||
start_period: 40s
|
||||
|
||||
todo-web:
|
||||
image: ghcr.io/memo-2023/todo-web:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: apps/todo/apps/web/Dockerfile
|
||||
image: todo-web:local
|
||||
container_name: mana-app-todo-web
|
||||
restart: always
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue