Created Container Network Requirements (markdown)
25
Container-Network-Requirements.md
Normal file
25
Container-Network-Requirements.md
Normal file
@@ -0,0 +1,25 @@
|
||||
Below is a listing of network ports and destinations required by the Gaseous-Server Docker containers.
|
||||
|
||||
The listing is based on the default docker-compose configuration provided here: https://github.com/gaseous-project/gaseous-server/wiki/Installation
|
||||
|
||||
## Incoming
|
||||
|
||||
| External port | Internal port | Purpose |
|
||||
| ------------- | ------------- | ------- |
|
||||
| 5198 | 80 | Allow external HTTP connections to the server |
|
||||
|
||||
## Outgoing
|
||||
|
||||
| Remote host | Port | Purpose |
|
||||
| ----------- | ---- | ------- |
|
||||
| id.twitch.tv | 443 | IGDB Authentication |
|
||||
| api.igdb.com | 443 | Required to fetch metadata via the IGDB API |
|
||||
| hasheous.org | 443 | Hash lookup, and IGDB metadata proxy (coming in Gaseous 1.8) |
|
||||
|
||||
## Inter-Container
|
||||
|
||||
> Not required when using the all in one image
|
||||
|
||||
| Container | Port | Purpose |
|
||||
| --------- | ---- | ------- |
|
||||
| gsdb | 3306 | Required for MariaDB access |
|
||||
Reference in New Issue
Block a user