mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 06:00:15 -07:00
10 lines
183 B
YAML
10 lines
183 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
big-agi:
|
|
image: ghcr.io/enricoros/big-agi:main
|
|
ports:
|
|
- "3000:3000"
|
|
env_file:
|
|
- .env
|
|
command: [ "next", "start", "-p", "3000" ] |