mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
12 lines
334 B
YAML
12 lines
334 B
YAML
# Very simple docker-compose file to run the app on http://localhost:3000 (or http://127.0.0.1:3000).
|
|
#
|
|
# For more examples, such running big-AGI alongside a web browsing service, see the `docs/docker` folder.
|
|
|
|
services:
|
|
big-agi:
|
|
image: ghcr.io/enricoros/big-agi:latest
|
|
ports:
|
|
- "3000:3000"
|
|
env_file:
|
|
- .env
|