Skip to content

Commit

Permalink
ci: adding missing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
aacevski committed Feb 16, 2025
1 parent 6761a4f commit 24f1b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
- "com.centurylinklabs.watchtower.enable-volume-preservation=true"
environment:
JWT_ACCESS: "change_me"
DB_PATH: "/app/apps/api/data/kaneo.db"
volumes:
- sqlite_data:/app/apps/api/data:rw
networks:
Expand Down

0 comments on commit 24f1b26

Please sign in to comment.