Want to run this thing with docker-compose
This commit is contained in:
parent
4f24197e30
commit
5f42b54a8a
2 changed files with 13 additions and 15 deletions
|
@ -14,17 +14,16 @@ services:
|
|||
- 3000:3000
|
||||
environment:
|
||||
- CHOKIDAR_USEPOLLING=true
|
||||
backend-dev:
|
||||
container_name: backend_bt
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
tty: true
|
||||
volumes:
|
||||
- ./backend:/usr/src/app/
|
||||
ports:
|
||||
- 5000:5000
|
||||
environment:
|
||||
PORT: 5000
|
||||
FLASK_DEBUG: 1
|
||||
|
||||
# backend-dev:
|
||||
# container_name: backend_bt
|
||||
# build:
|
||||
# context: ./backend
|
||||
# dockerfile: Dockerfile
|
||||
# tty: true
|
||||
# volumes:
|
||||
# - ./backend:/usr/src/app/
|
||||
# ports:
|
||||
# - 5000:5000
|
||||
# environment:
|
||||
# PORT: 5000
|
||||
# FLASK_DEBUG: 1
|
||||
|
|
1
start.sh
1
start.sh
|
@ -1,3 +1,2 @@
|
|||
cd frontend
|
||||
podman-compose down
|
||||
podman-compose up
|
||||
|
|
Loading…
Reference in a new issue