Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TP-INTES
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Juliette LETONDOT
TP-INTES
Commits
32bc781e
Commit
32bc781e
authored
Oct 03, 2022
by
Juliette LETONDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add docker-compose
parent
021d1d1b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
docker-compose.yml
docker-compose.yml
+46
-0
No files found.
docker-compose.yml
0 → 100644
View file @
32bc781e
version
:
'
3.1'
services
:
storea-db
:
image
:
postgres
restart
:
always
volumes
:
-
cours_intes:/var/lib/postgresql
ports
:
-
8070:5432
environment
:
POSTGRES_USER
:
user
POSTGRES_PASSWORD
:
password
POSTGRES_DB
:
storeA
storeb-db
:
image
:
postgres
restart
:
always
volumes
:
-
cours_intes:/var/lib/postgresql
ports
:
-
8075:5432
environment
:
POSTGRES_USER
:
user
POSTGRES_PASSWORD
:
password
adminer
:
image
:
adminer
restart
:
always
ports
:
-
8090:8080
app_a
:
image
:
app_store_a:latest
ports
:
-
8081:8080
app_b
:
image
:
app_store_b:latest
ports
:
-
8082:3000
app_c
:
image
:
haingue/intes:latest
ports
:
-
8083:8085
networks
:
default
:
driver
:
bridge
volumes
:
cours_intes
:
external
:
false
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment