chore: rebrand project from Revanios to Neta and update associated assets and configurations

This commit is contained in:
poyrazavsever
2026-06-09 14:46:44 +03:00
parent 68eb84abdb
commit d80af01d14
24 changed files with 39 additions and 40 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
services:
cognis-web:
neta-web:
build:
context: .
dockerfile: Dockerfile
@@ -7,7 +7,7 @@ services:
NEXT_PUBLIC_SUPABASE_URL: ${NEXT_PUBLIC_SUPABASE_URL}
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${NEXT_PUBLIC_SUPABASE_ANON_KEY}
NEXT_PUBLIC_SITE_URL: ${NEXT_PUBLIC_SITE_URL:-http://localhost:3000}
container_name: cognis-web
container_name: neta-web
restart: unless-stopped
ports:
- "3000:3000"