Update docker-compose.yml
All checks were successful
Run tests, build docker images and deploy / Docker build and push (push) Successful in 9m46s
Run tests, build docker images and deploy / Deploy on server (push) Successful in 24s

This commit is contained in:
Kishan Takoordyal 2025-08-12 17:03:07 +00:00
parent 0b3918886d
commit aaed62f399

View File

@ -1,7 +1,7 @@
services: services:
mscc-react-app: mscc-react-app:
container_name: 'mscc-react-app' container_name: 'mscc-react-app'
image: 'gitea.mscc.kinesis.world/root/mscc-react:latest' image: 'gitea.konnect.dev/shared/mscc-react:latest'
network_mode: 'bridge' network_mode: 'bridge'
restart: 'always' restart: 'always'
environment: {} environment: {}