FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ode-app/docker-compose.yml at develop · HelikarLab/ode-app · GitHub
HelikarLab
/
ode-app
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
5
Code
Issues
2
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ode-app
/
docker-compose.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (17 loc) · 343 Bytes
Breadcrumbs
ode-app
/
docker-compose.yml
Copy path
File metadata and controls
18 lines (17 loc) · 343 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
version
:
'
3
'
services
:
db
:
image
:
postgres:alpine
env_file
:
-
./server/.env
ports
:
-
5432:5432
app
:
build
:
./
environment
:
POSTGRES_HOST
:
db
command
:
bash -c "node build/scripts/syncTables.js && cd build && node index.js"
depends_on
:
-
db
ports
:
-
5000:5000
Back
|
FazBrowse Home
|
New Git URL