Skip to content

Commit

Permalink
Update docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim Tabet committed Nov 7, 2023
1 parent e1e1ad6 commit 2f9c972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
23 changes: 0 additions & 23 deletions docker-compose-local.yaml

This file was deleted.

11 changes: 4 additions & 7 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@ services:
ports:
- "127.0.0.1:8081:8081"
environment:
- REACT_APP_SERVER_URL=***
- REACT_APP_SERVER_URL=
restart: always

sidekick-server:
image: sidekick/server:latest
ports:
- "5003:5003"
volumes:
- ./data:/data
- ./etc:/etc
environment:
- OPENAI_API_KEY=***
- JWT_SECRET=***
- OPENAI_API_KEY=
- JWT_SECRET=
- SQLALCHEMY_DATABASE_URI=
restart: always

0 comments on commit 2f9c972

Please sign in to comment.