Skip to content

Commit

Permalink
KAN-59 Política de reinicio
Browse files Browse the repository at this point in the history
  • Loading branch information
logos914 committed Sep 4, 2024
1 parent 436ff57 commit 1ca401b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/.env.staging
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# .env.staging
BASE_URL=https://admin.dm.potus.ar
VITE_BASE_URL=https://admin.dm.potus.ar
VITE_API_URL=https://api.dm.potus.ar
2 changes: 1 addition & 1 deletion backend/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# .env.staging
API_URL=https://api.nms.loge.ar
API_PORT=443
API_PORT=3000
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"stage": "vite run -- --host --mode staging",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
Expand Down
3 changes: 3 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
backend:
image: ghcr.io/devmasters2-0/tp-inicial-laboratorio/nms-server-dev:latest
container_name: nms-server
restart: unless-stopped
ports:
- "5175:3000"
volumes:
Expand All @@ -12,12 +13,14 @@ services:
admin:
image: ghcr.io/devmasters2-0/tp-inicial-laboratorio/nms-admin-dev:latest
container_name: nms-admin
restart: unless-stopped
ports:
- "5174:5173"

client:
image: ghcr.io/devmasters2-0/tp-inicial-laboratorio/nms-client-dev:latest
container_name: nms-client
restart: unless-stopped
ports:
- "5173:5173"

Expand Down

0 comments on commit 1ca401b

Please sign in to comment.