feat: implement Change resource with CRUD functionality and migration
update image tags to v0.0.8 in build scripts and docker-compose files
This commit is contained in:
parent
64a7d1d2f4
commit
5b0e55c4b2
20 changed files with 408 additions and 88 deletions
|
|
@ -30,7 +30,9 @@ fi
|
|||
nats \
|
||||
stream add "$NATS_STREAM" \
|
||||
--user ruser --password $NATS_PASSWORD \
|
||||
--subjects "$NATS_SUBJECT" \
|
||||
--subjects NATS_SUBJECT1 \
|
||||
--subjects NATS_SUBJECT2 \
|
||||
--subjects NATS_SUBJECT3 \
|
||||
--storage file \
|
||||
--dupe-window="2m" \
|
||||
--replicas=1 \
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
# - nats
|
||||
|
||||
app:
|
||||
image: quay.io/marshyon/share-lt:v0.0.7
|
||||
image: quay.io/marshyon/share-lt:v0.0.8
|
||||
restart: unless-stopped
|
||||
tty: false
|
||||
working_dir: /var/www
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ volumes:
|
|||
|
||||
networks:
|
||||
nats:
|
||||
external: true
|
||||
external: true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
app:
|
||||
image: quay.io/marshyon/share-lt:v0.0.7
|
||||
image: quay.io/marshyon/share-lt:v0.0.8
|
||||
restart: unless-stopped
|
||||
tty: false
|
||||
working_dir: /var/www
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue