porting to rancher desktop
This commit is contained in:
parent
37b4021429
commit
6ebffcf0ff
14
README.md
14
README.md
@ -8,13 +8,13 @@ This repo is for containers running on Charles (@ReachableCEO) laptop
|
|||||||
|
|
||||||
| application | port |
|
| application | port |
|
||||||
| -------------- | ---- |
|
| -------------- | ---- |
|
||||||
| wakaapi | 1001 |
|
| wakaapi | 2001 |
|
||||||
| metrics | 1002 |
|
| metrics | 2002 |
|
||||||
| wger | 1003 |
|
| wger | 2003 |
|
||||||
| tube-archivist | 1004 |
|
| tube-archivist | 2004 |
|
||||||
| dashboard | 1005 |
|
| dashboard | 2005 |
|
||||||
| vscode-server | 1006 |
|
| vscode-server | 2006 |
|
||||||
| reactive-resume | 1007 |
|
| reactive-resume | 2007 |
|
||||||
|
|
||||||
## Secrets
|
## Secrets
|
||||||
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
easy-gate:
|
easy-gate:
|
||||||
image: r7wx/easy-gate:latest
|
image: r7wx/easy-gate:latest
|
||||||
build: .
|
|
||||||
container_name: easy-gate
|
container_name: easy-gate
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 1005:8080
|
- 2005:8080
|
||||||
volumes:
|
volumes:
|
||||||
- ./easy-gate.json:/etc/easy-gate/easy-gate.json
|
- ./easy-gate.json:/etc/easy-gate/easy-gate.json
|
||||||
|
@ -52,7 +52,7 @@ services:
|
|||||||
container_name: tsys-reactiveresume-app
|
container_name: tsys-reactiveresume-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "1007:3000"
|
- "2007:3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
- reactiveresume-postgres
|
- reactiveresume-postgres
|
||||||
- reactiveresume-minio
|
- reactiveresume-minio
|
||||||
|
@ -4,6 +4,6 @@ services:
|
|||||||
container_name: tsys-vscode-server
|
container_name: tsys-vscode-server
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 1006:8080
|
- 2006:8080
|
||||||
volumes:
|
volumes:
|
||||||
- tsys-vscode-server:/home/workspace:cached
|
- tsys-vscode-server:/home/workspace:cached
|
Loading…
Reference in New Issue
Block a user