mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
02cd5db630
For .gitignore, change ignored env file to .env (a common use case). .env.local is automatically ignored by git and more related application.
10 lines
180 B
YAML
10 lines
180 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" ] |