FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Bookkeeping/docker-compose.dev.yml at main · AliceO2Group/Bookkeeping · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
AliceO2Group
/
Bookkeeping
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
18
Code
Pull requests
8
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
Bookkeeping
/
docker-compose.dev.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (38 loc) · 862 Bytes
Breadcrumbs
Bookkeeping
/
docker-compose.dev.yml
Copy path
File metadata and controls
41 lines (38 loc) · 862 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
30
31
32
33
34
35
36
37
38
39
40
41
version
:
"
3.7
"
services
:
application
:
build
:
target
:
development
environment
:
NODE_ENV
:
development
DATABASE_LOGGING
:
"
${DATABASE_LOGGING-True}
"
JWT_SECRET
:
BOOKKEEPING-DEV
PAGE_ITEMS_LIMIT
:
100
GRPC_INTERNAL_ORIGIN
:
'
[::]:4001
'
GRPC_AUTHENTICATED_ORIGIN
:
'
[::]:4002
'
ports
:
-
"
4000:4000
"
-
"
4001:4001
"
-
"
4002:4002
"
restart
:
"
no
"
volumes
:
-
type
:
bind
read_only
:
true
source
:
./lib
target
:
/usr/src/app/lib
-
type
:
bind
read_only
:
true
source
:
./proto
target
:
/usr/src/app/proto
database
:
environment
:
MYSQL_ROOT_PASSWORD
:
cern
ports
:
-
"
3306:3306
"
volumes
:
-
type
:
volume
read_only
:
false
source
:
database-data
target
:
/var/lib/mysql
volumes
:
database-data:
Back
|
FazBrowse Home
|
New Git URL