mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
chore(dev-images.yml): rename workflow to "Docker Dev Images Build" (#717)
chore(deploy-compose.yml): change port mapping from 9000:3080 to 3080:3080
This commit is contained in:
parent
ba2e95db04
commit
dae2805d27
2 changed files with 3 additions and 6 deletions
7
.github/workflows/dev-images.yml
vendored
7
.github/workflows/dev-images.yml
vendored
|
@ -1,10 +1,7 @@
|
|||
name: Docker Multi-Stage Build on Push to Main
|
||||
name: Docker Dev Images Build
|
||||
|
||||
# The workflow is triggered when a push is made to the main branch
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -4,7 +4,7 @@ services:
|
|||
image: ghcr.io/danny-avila/librechat-dev-api:latest
|
||||
container_name: LibreChat-API
|
||||
ports:
|
||||
- 9000:3080
|
||||
- 3080:3080
|
||||
depends_on:
|
||||
- mongodb
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue