Skip to content

Commit

Permalink
Release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raharrison committed Mar 29, 2022
1 parent aac4ad2 commit 47de43f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
}

version = "1.2.2"
version = "1.2.3"

sourceSets {
testIntegration {
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
services:
lynks-ui:
image: raharrison/lynks-ui:1.1.1
image: raharrison/lynks-ui:1.1.3
restart: on-failure:5
user: ${CURRENT_UID:0}:${CURRENT_GUID:0}
user: ${CURRENT_UID:-0}:${CURRENT_GUID:-0}
lynks-server:
image: raharrison/lynks-server:1.2.0
image: raharrison/lynks-server:1.2.3
env_file:
- ./config/.env
environment:
Expand All @@ -16,17 +16,17 @@ services:
volumes:
- ./media:/app/media
- ./config:/app/config
user: ${CURRENT_UID:0}:${CURRENT_GUID:0}
user: ${CURRENT_UID:-0}:${CURRENT_GUID:-0}
restart: on-failure:5
depends_on:
- postgres
lynks-scraper:
image: raharrison/lynks-scraper:1.0.1
image: raharrison/lynks-scraper:1.0.3
init: true
restart: on-failure:5
volumes:
- ./media:/app/media
user: ${CURRENT_UID:0}:${CURRENT_GUID:0}
user: ${CURRENT_UID:-0}:${CURRENT_GUID:-0}
lynks-gateway:
image: nginx:1.21-alpine
volumes:
Expand Down

0 comments on commit 47de43f

Please sign in to comment.