This commit is contained in:
Moritz 2023-10-10 17:25:39 +02:00
parent acbe081684
commit cd463f3002
3 changed files with 26 additions and 1 deletions

View file

@ -3,6 +3,9 @@ version: "3.8"
services:
app:
image: chatgpt
deploy:
labels:
- coop-cloud.${STACK_NAME}.version=0.0.1+latest
#build: .
environment:
- OPENAI_API_KEY
@ -12,5 +15,5 @@ services:
configs:
config:
name: config
name: ${STACK_NAME}_config_${CONFIG_VERSION}
file: config.yaml