porting to rancher desktop

This commit is contained in:
Charles N Wyble 2024-11-28 15:31:41 -06:00
parent 37b4021429
commit 6ebffcf0ff
4 changed files with 11 additions and 12 deletions

View File

@ -8,13 +8,13 @@ This repo is for containers running on Charles (@ReachableCEO) laptop
| application | port |
| -------------- | ---- |
| wakaapi | 1001 |
| metrics | 1002 |
| wger | 1003 |
| tube-archivist | 1004 |
| dashboard | 1005 |
| vscode-server | 1006 |
| reactive-resume | 1007 |
| wakaapi | 2001 |
| metrics | 2002 |
| wger | 2003 |
| tube-archivist | 2004 |
| dashboard | 2005 |
| vscode-server | 2006 |
| reactive-resume | 2007 |
## Secrets

View File

@ -1,10 +1,9 @@
services:
easy-gate:
image: r7wx/easy-gate:latest
build: .
container_name: easy-gate
restart: always
ports:
- 1005:8080
- 2005:8080
volumes:
- ./easy-gate.json:/etc/easy-gate/easy-gate.json

View File

@ -52,7 +52,7 @@ services:
container_name: tsys-reactiveresume-app
restart: unless-stopped
ports:
- "1007:3000"
- "2007:3000"
depends_on:
- reactiveresume-postgres
- reactiveresume-minio
@ -111,4 +111,4 @@ services:
volumes:
tsys-reactiveresume-minio_data:
tsys-reactiveresume-postgres_data:
tsys-reactiveresume-postgres_data:

View File

@ -4,6 +4,6 @@ services:
container_name: tsys-vscode-server
restart: always
ports:
- 1006:8080
- 2006:8080
volumes:
- tsys-vscode-server:/home/workspace:cached