refacto: rename app into backend, to prepare for frontend dev

This commit is contained in:
Alexis Fourmaux 2026-05-11 21:09:49 +02:00
parent 017092040d
commit e605bf8603
32 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
services:
consumer:
build: ./app
build: ./backend
image: simugaz/backend:latest
command: consumer.py
restart: unless-stopped
@ -9,7 +9,7 @@ services:
- database
api:
build: ./app
build: ./backend
image: simugaz/backend:latest
command: api.py
restart: unless-stopped