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