added image file
All checks were successful
backend-action / build-image (push) Successful in 41s

This commit is contained in:
2024-04-21 01:54:13 +07:00
parent 490cbf1156
commit f159e3da60

View File

@@ -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: