2024-10-19 02:33:10 +05:00
|
|
|
services:
|
|
|
|
keepalive:
|
|
|
|
build:
|
|
|
|
context: ../../
|
|
|
|
dockerfile: .build/prod/keepalive.Dockerfile
|
|
|
|
image: git.shihaam.dev/shihaam/mib-payment-verify/keepalive
|
|
|
|
api:
|
|
|
|
build:
|
|
|
|
context: ../../
|
|
|
|
dockerfile: .build/prod/api.Dockerfile
|
|
|
|
image: git.shihaam.dev/shihaam/mib-payment-verify/api
|
2025-01-10 07:59:41 +05:00
|
|
|
cookieserver:
|
|
|
|
build:
|
|
|
|
context: ../../
|
|
|
|
dockerfile: .build/prod/cookieserver.Dockerfile
|
|
|
|
image: git.shihaam.dev/shihaam/mib-payment-verify/cookieserver
|