FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
D-Wallet/docker-compose.yml at main · MartsTech/D-Wallet · GitHub
MartsTech
/
D-Wallet
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
D-Wallet
/
docker-compose.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (20 loc) · 498 Bytes
Breadcrumbs
D-Wallet
/
docker-compose.yml
Copy path
File metadata and controls
20 lines (20 loc) · 498 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
version
:
"
3
"
services
:
api
:
image
:
"
martstech/dwallet-api
"
mem_limit
:
128m
hostname
:
api
environment
:
-
MYSQL_USER=$MYSQL_USER
-
MYSQL_PASSWORD=$MYSQL_PASSWORD
-
MYSQL_HOST=$MYSQL_HOST
-
MYSQL_PORT=$MYSQL_PORT
-
MYSQL_DATABASE=$MYSQL_DATABASE
-
JWTSettings:TokenKey=$JWTSettings:TokenKey
-
FIXER_ACCESS_KEY=$FIXER_ACCESS_KEY
proxy
:
image
:
"
martstech/dwallet-proxy
"
mem_limit
:
128m
hostname
:
proxy
ports
:
-
"
80:80
"
Back
|
FazBrowse Home
|
New Git URL