added frontend services
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
web:
|
backend:
|
||||||
build:
|
build:
|
||||||
target: app # choose a stage to use
|
target: app # choose a stage to use
|
||||||
ports:
|
ports:
|
||||||
@@ -10,3 +10,10 @@ services:
|
|||||||
- ./sqlite.db:/app/sqlite.db
|
- ./sqlite.db:/app/sqlite.db
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
frontend:
|
||||||
|
build:
|
||||||
|
context: ../sorvor-front
|
||||||
|
args:
|
||||||
|
- VUE_APP_API_URL
|
||||||
|
ports:
|
||||||
|
- 3002:3000
|
||||||
|
|||||||
Reference in New Issue
Block a user