feat: update compose file to automatically tagged gh container image (#559)

This commit is contained in:
Danny Avila 2023-06-27 09:44:51 -04:00 committed by GitHub
parent 83eea4825b
commit 8f6855116d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ services:
build: # ^------
context: . # ^------
target: node # ^------v
# image: chatgptclone/app:latest # Uncomment this & comment above to build from docker hub image
# image: ghcr.io/danny-avila/librechat:latest # Uncomment this & comment above to build from docker hub image
restart: always
extra_hosts: # if you are running APIs on docker you need access to, you will need to uncomment this line and next
- "host.docker.internal:host-gateway"