Update docker-compose.yml

This commit is contained in:
hugoyue 2023-04-01 23:32:31 +08:00 committed by GitHub
parent 7af8ec84d9
commit 0ead4dfeb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ services:
ports:
- 3000:3000
environment:
- OPENAI_API_KEY=[YOUR_API_KEY_HERE]
- CODE=[YOUR_CODE_HERE]
- OPENAI_API_KEY=
- CODE=
restart: always
watchtower: