https://github.com/nwtgck/trans-server-tcp-h2-docker-compose
Trans Server on server-mode H2 Database
https://github.com/nwtgck/trans-server-tcp-h2-docker-compose
docker docker-compose trans-server
Last synced: about 1 month ago
JSON representation
Trans Server on server-mode H2 Database
- Host: GitHub
- URL: https://github.com/nwtgck/trans-server-tcp-h2-docker-compose
- Owner: nwtgck
- License: mit
- Created: 2018-07-19T13:13:46.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-02-09T15:32:04.000Z (over 7 years ago)
- Last Synced: 2025-02-06T13:30:03.532Z (over 1 year ago)
- Topics: docker, docker-compose, trans-server
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trans-server-tcp-h2-docker-compose
[Trans Server](https://github.com/nwtgck/trans-server-akka) on server-mode H2 Database
## Run
Here is how to run the servers.
```bash
docker-compose up
```
## Ports
The following ports are open ports.
* is Trans server
* is H2 Database Web Console
## Data Persistence
All data for persistence are under `./docker_volumes`.
## How to access to H2 Database Web Console
1. Open in your browser.
1. Select [Generic H2 (Server)] in "Saved Settings"
1. Fill "jdbc:h2:tcp://localhost//h2db/trans" in "JDBC URL"
1. Set empty name "" in "User Name"
The complete setting is like the following image.
