Skip to content

Commit

Permalink
Build and Release 1.3.0 updates (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
itanex authored Mar 14, 2024
1 parent 133a79f commit 1ad82fe
Show file tree
Hide file tree
Showing 4 changed files with 832 additions and 186 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.git/
.vscode/
node_modules/
logs/
local-cache/
coverage/
Dockerfile
.dockerignore
Dockerfile
compose.yaml
.gitignore
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: stream-assist-bot
image: itanex/stream-assist-bot:1.3.0
build:
context: . # Context should only operate on a File System context based on the root directory
target: dev
Expand All @@ -19,7 +19,7 @@ services:
- D:/DataWorkspaces/stream-assist-bot/logs:/app/logs
- D:/DataWorkspaces/stream-assist-bot/cache/:/app/local-cache/
postgres:
image: postgres
image: postgres:latest
restart: always
user: postgres
volumes:
Expand Down
Loading

0 comments on commit 1ad82fe

Please sign in to comment.