Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CDL_TPs_Laurent
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Louis Laurent
CDL_TPs_Laurent
Commits
eef4fe91
Commit
eef4fe91
authored
2 years ago
by
Laurent Louis
Browse files
Options
Downloads
Patches
Plain Diff
TP3 partie Docker
parent
92cc2761
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
TP3/docker/docker-compose.yml
+23
-0
23 additions, 0 deletions
TP3/docker/docker-compose.yml
with
23 additions
and
0 deletions
TP3/docker/docker-compose.yml
0 → 100644
+
23
−
0
View file @
eef4fe91
services
:
db
:
# We use a mariadb image which supports both amd64 & arm64 architecture
image
:
mysql
# If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27
environment
:
MYSQL_ROOT_PASSWORD
:
somewordpress
MYSQL_DATABASE
:
wordpress
MYSQL_USER
:
wordpress
MYSQL_PASSWORD
:
wordpress
wordpress
:
image
:
wordpress:latest
ports
:
-
"
80:80"
environment
:
WORDPRESS_DB_HOST
:
db
WORDPRESS_DB_USER
:
wordpress
WORDPRESS_DB_PASSWORD
:
wordpress
WORDPRESS_DB_NAME
:
wordpress
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