Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SAE_S5
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ROUILLON Tom
SAE_S5
Commits
86912efc
Commit
86912efc
authored
1 year ago
by
ROUILLON Tom
Browse files
Options
Downloads
Patches
Plain Diff
Update
parent
9c4641fb
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Back_end/.env
+1
-1
1 addition, 1 deletion
Back_end/.env
README.md
+1
-0
1 addition, 0 deletions
README.md
docker/php/Dockerfile
+0
-1
0 additions, 1 deletion
docker/php/Dockerfile
with
2 additions
and
2 deletions
Back_end/.env
+
1
−
1
View file @
86912efc
...
...
@@ -26,7 +26,7 @@ APP_SECRET=f13d33213c1f5d6ea888c6f867c0e42c
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4"
# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
DATABASE_URL="mysql://
symfony:symfony
@database:3306/
symfony_docker
?serverVersion=15&charset=utf8"
DATABASE_URL="mysql://
jardin:bestJardinier
@database:3306/
cocagne_db
?serverVersion=15&charset=utf8"
###< doctrine/doctrine-bundle ###
###> symfony/messenger ###
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
86912efc
Si le localhost:8080 et les requêtes API prennent du temps, c'est "normal", je ne sais pas ce qu'il se passe
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker/php/Dockerfile
+
0
−
1
View file @
86912efc
FROM
php:8.2-fpm
RUN
apt update
&&
apt
install
-y
zlib1g-dev g++ git libicu-dev zip libzip-dev zip
\
&&
docker-php-ext-install intl opcache pdo pdo_mysql
\
&&
pecl
install
apcu
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment