FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-ddd/docker-compose.dev.yml at main · XyLearningProgramming/python-ddd · GitHub
XyLearningProgramming
/
python-ddd
Public
forked from
pgorecki/python-ddd
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-ddd
/
docker-compose.dev.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (28 loc) · 580 Bytes
Breadcrumbs
python-ddd
/
docker-compose.dev.yml
Copy path
File metadata and controls
30 lines (28 loc) · 580 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version
:
"
3.8
"
services
:
db
:
image
:
postgres:12.3
environment
:
POSTGRES_PASSWORD
:
password
volumes
:
-
./tmp/db/data:/var/lib/postgresql/data
ports
:
-
"
5432:5432
"
networks
:
-
internal-network
-
external-network
test_db
:
image
:
postgres:12.3
environment
:
POSTGRES_PASSWORD
:
password
volumes
:
-
./tmp/test_db/data:/var/lib/postgresql/data
ports
:
-
"
5433:5432
"
networks
:
-
internal-network
-
external-network
networks
:
internal-network
:
internal
:
true
external-network
:
Back
|
FazBrowse Home
|
New Git URL