good practice for production :)
This commit is contained in:
parent
2f6d17c827
commit
e5ba438172
12
README.md
12
README.md
@ -4,6 +4,16 @@
|
||||
|
||||
This repo is for containers running on Charles (@ReachableCEO) laptop
|
||||
|
||||
## Portma|
|
||||
|
||||
## Portmap
|
||||
| application | port |
|
||||
| -------------- | ---- |
|
||||
| wakaapi | 1001 |
|
||||
| metrics | 1002 |
|
||||
| wger | 1003 |
|
||||
| tube-archivist | 1004 |
|
||||
| dashboard | 1005 |
|
||||
|
||||
## Secrets
|
||||
|
||||
Handled via (the in development) TSYS Secrets Manager : <https://git.knownelement.com/TechnicalOperations/TSYSSecretsManager>
|
||||
|
10
upstream/easy-gate/docker-compose.yml
Normal file
10
upstream/easy-gate/docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
easy-gate:
|
||||
image: r7wx/easy-gate:latest
|
||||
build: .
|
||||
container_name: easy-gate
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./easy-gate.json:/etc/easy-gate/easy-gate.json
|
10
webapps/easy-gate/docker-compose.yml
Normal file
10
webapps/easy-gate/docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
easy-gate:
|
||||
image: r7wx/easy-gate:latest
|
||||
build: .
|
||||
container_name: easy-gate
|
||||
restart: always
|
||||
ports:
|
||||
- 1005:8080
|
||||
volumes:
|
||||
- ./easy-gate.json:/etc/easy-gate/easy-gate.json
|
Loading…
Reference in New Issue
Block a user