Skip to content

Commit

Permalink
Version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 29, 2021
1 parent 51465bc commit 3a05817
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ansible/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3
2 changes: 1 addition & 1 deletion crates/api/src/version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const VERSION: &str = "0.9.2";
pub const VERSION: &str = "0.9.3";
2 changes: 1 addition & 1 deletion docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- iframely

lemmy-ui:
image: dessalines/lemmy-ui:0.9.2
image: dessalines/lemmy-ui:0.9.3
ports:
- "1235:1234"
restart: always
Expand Down
10 changes: 5 additions & 5 deletions docker/federation/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- ./volumes/pictrs_alpha:/mnt

lemmy-alpha-ui:
image: dessalines/lemmy-ui:0.9.2
image: dessalines/lemmy-ui:0.9.3
environment:
- LEMMY_INTERNAL_HOST=lemmy-alpha:8541
- LEMMY_EXTERNAL_HOST=localhost:8541
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- ./volumes/postgres_alpha:/var/lib/postgresql/data

lemmy-beta-ui:
image: dessalines/lemmy-ui:0.9.2
image: dessalines/lemmy-ui:0.9.3
environment:
- LEMMY_INTERNAL_HOST=lemmy-beta:8551
- LEMMY_EXTERNAL_HOST=localhost:8551
Expand Down Expand Up @@ -109,7 +109,7 @@ services:
- ./volumes/postgres_beta:/var/lib/postgresql/data

lemmy-gamma-ui:
image: dessalines/lemmy-ui:0.9.2
image: dessalines/lemmy-ui:0.9.3
environment:
- LEMMY_INTERNAL_HOST=lemmy-gamma:8561
- LEMMY_EXTERNAL_HOST=localhost:8561
Expand Down Expand Up @@ -150,7 +150,7 @@ services:

# An instance with only an allowlist for beta
lemmy-delta-ui:
image: dessalines/lemmy-ui:0.9.2
image: dessalines/lemmy-ui:0.9.3
environment:
- LEMMY_INTERNAL_HOST=lemmy-delta:8571
- LEMMY_EXTERNAL_HOST=localhost:8571
Expand Down Expand Up @@ -191,7 +191,7 @@ services:

# An instance who has a blocklist, with lemmy-alpha blocked
lemmy-epsilon-ui:
image: dessalines/lemmy-ui:0.9.2
image: dessalines/lemmy-ui:0.9.3
environment:
- LEMMY_INTERNAL_HOST=lemmy-epsilon:8581
- LEMMY_EXTERNAL_HOST=localhost:8581
Expand Down
4 changes: 2 additions & 2 deletions docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
restart: always

lemmy:
image: dessalines/lemmy:0.9.2
image: dessalines/lemmy:0.9.3
ports:
- "127.0.0.1:8536:8536"
restart: always
Expand All @@ -26,7 +26,7 @@ services:
- iframely

lemmy-ui:
image: dessalines/lemmy-ui:0.9.2
image: dessalines/lemmy-ui:0.9.3
ports:
- "1235:1234"
restart: always
Expand Down

0 comments on commit 3a05817

Please sign in to comment.