Skip to content

Commit

Permalink
feat(install): Update install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 28, 2024
1 parent d4c520a commit 47bee6f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ build:
dev:
cargo run --bin doseid -- --config-path dev.doseid.toml

install:
./install.sh
dev-compose:
docker compose -f docker-compose.base.yml up

configure-compose:
./script/configure-compose.sh

lint:
cargo fmt
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions docker-compose.hobby.yaml → docker-compose.hobby.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.9"

services:
doseid:
container_name: doseid
dosei:
container_name: dosei
restart: always
image: doseiai/dosei:0.0.10
platform: linux/amd64
Expand All @@ -20,7 +20,7 @@ services:
- net
postgres:
extends:
file: docker-compose.yaml
file: docker-compose.base.yml
service: postgres
networks:
- net
Expand Down
File renamed without changes.

0 comments on commit 47bee6f

Please sign in to comment.