FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-mapswipe-workers/docker-compose.development.yaml at dev · mapswipe/python-mapswipe-workers · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
mapswipe
/
python-mapswipe-workers
Public archive
Notifications
You must be signed in to change notification settings
Fork
12
Star
31
Code
Issues
115
Pull requests
14
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-mapswipe-workers
/
docker-compose.development.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
44 lines (42 loc) · 1.12 KB
Breadcrumbs
python-mapswipe-workers
/
docker-compose.development.yaml
Copy path
File metadata and controls
44 lines (42 loc) · 1.12 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
version
:
'
3
'
networks
:
mapswipe_network
:
driver
:
bridge
ipam
:
config
:
[{subnet: 172.21.0.0/16}]
api
:
manager_dashboard
:
mapswipe_workers
:
postgres
:
services
:
manager_dashboard
:
container_name
:
manager_dashboard
build
:
context
:
manager-dashboard/
restart
:
unless-stopped
ports
:
-
'
5000:80
'
expose
:
-
"
80
"
volumes
:
-
./manager-dashboard:/usr/share/nginx/html/manager_dashboard
networks
:
-
manager_dashboard
postgres
:
container_name
:
postgres
build
:
context
:
postgres/
dockerfile
:
Dockerfile-dev
environment
:
POSTGRES_PASSWORD
:
'
${POSTGRES_PASSWORD}
'
POSTGRES_USER
:
'
${POSTGRES_USER}
'
POSTGRES_DB
:
'
${POSTGRES_DB}
'
PGDATA
:
'
/var/lib/postgresql/mapswipe
'
command
:
postgres
volumes
:
-
./postgres-data:/var/lib/postgresql/mapswipe
restart
:
unless-stopped
ports
:
-
"
${POSTGRES_PORT}:5432
"
networks
:
-
postgres
Back
|
FazBrowse Home
|
New Git URL