Feat : Lot of stuff
All checks were successful
Build and Push Docker Images / docker (push) Successful in 51s
All checks were successful
Build and Push Docker Images / docker (push) Successful in 51s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
backend:
|
||||
build: ./backend
|
||||
image: git.jeanbonapp.com/jeanbon/scriptvps/backend:latest
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
@@ -9,9 +9,10 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
frontend:
|
||||
build: ./frontend
|
||||
image: git.jeanbonapp.com/jeanbon/scriptvps/frontend:latest
|
||||
ports:
|
||||
- "3000:80"
|
||||
depends_on:
|
||||
- backend
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user