FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-cli-sbt-sybase-join/docker-compose.yml at main · bearddan2000/java-cli-sbt-sybase-join · GitHub
bearddan2000
/
java-cli-sbt-sybase-join
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
java-cli-sbt-sybase-join
/
docker-compose.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
27 lines (26 loc) · 525 Bytes
Breadcrumbs
java-cli-sbt-sybase-join
/
docker-compose.yml
Copy path
File metadata and controls
executable file
·
27 lines (26 loc) · 525 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
version
:
'
3.3
'
services
:
java-srv
:
build
:
context
:
java-srv
depends_on
:
-
db
links
:
-
"
db:db
"
command
:
sh -c "/wait && gradle run"
env_file
:
-
./db.env
environment
:
-
WAIT_HOSTS=db:5000
-
WAIT_HOSTS_TIMEOUT=300
-
WAIT_SLEEP_INTERVAL=60
-
WAIT_HOST_CONNECT_TIMEOUT=30
volumes
:
-
./java-srv/log:/root/log
db
:
image
:
datagrip/sybase
ports
:
-
5000:5000
environment
:
-
SYBASE_USER:sa
-
SYBASE_PASSWORD:myPassword
Back
|
FazBrowse Home
|
New Git URL