refacto: rename app into backend, to prepare for frontend dev
This commit is contained in:
parent
017092040d
commit
e605bf8603
32 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
consumer:
|
consumer:
|
||||||
build: ./app
|
build: ./backend
|
||||||
image: simugaz/backend:latest
|
image: simugaz/backend:latest
|
||||||
command: consumer.py
|
command: consumer.py
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
@ -9,7 +9,7 @@ services:
|
||||||
- database
|
- database
|
||||||
|
|
||||||
api:
|
api:
|
||||||
build: ./app
|
build: ./backend
|
||||||
image: simugaz/backend:latest
|
image: simugaz/backend:latest
|
||||||
command: api.py
|
command: api.py
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue