porting to rancher desktop

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

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