Skip to content

Commit

Permalink
chore(dev-images.yml): rename workflow to "Docker Dev Images Build" (d…
Browse files Browse the repository at this point in the history
…anny-avila#717)

chore(deploy-compose.yml): change port mapping from 9000:3080 to 3080:3080
danny-avila authored Jul 27, 2023
1 parent ba2e95d commit dae2805
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dev-images.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion deploy-compose.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dae2805

Please sign in to comment.