This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
restart: always
|
restart: always
|
||||||
|
image: gitea.cognizata.com/atapy/sorvor
|
||||||
build:
|
build:
|
||||||
target: app # choose a stage to use
|
target: app # choose a stage to use
|
||||||
ports:
|
ports:
|
||||||
@@ -12,6 +13,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
frontend:
|
frontend:
|
||||||
restart: always
|
restart: always
|
||||||
|
image: gitea.cognizata.com/atapy/sorvor-front
|
||||||
build:
|
build:
|
||||||
context: ../sorvor-front
|
context: ../sorvor-front
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user