nuxt is running

This commit is contained in:
Bachir Soussi Chiadmi 2024-06-18 16:22:58 +02:00
parent 8d9966c070
commit 85ee493970
5 changed files with 7 additions and 3 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "api"]
path = api
url = https://figureslibres.io/gitea/bachir/drupal-caravane.git
[submodule "app"]
path = app
url = https://figureslibres.io/gitea/bachir/nuxt-caravane.git

View File

@ -1,4 +1,4 @@
FROM node:lts-bullseye
FROM node:lts-bookworm
# THE ALL USER THINGS IS USELESS AS NODE IS ALREADY A USER @ 1000

View File

@ -1,5 +1,5 @@
upstream app{
server app:5173;
server app:3000;
}
server {

1
app Submodule

@ -0,0 +1 @@
Subproject commit 016ce312dec107e5fa2eb973f7ef2438e4ac005c

View File

@ -72,7 +72,7 @@ services:
- app
- server
ports:
- 5173:3000
- 3000:3000
working_dir: "/app"
environment:
- APP_ENV=dev