Versioning consistency and bump both the XPI and backend to version 0.2.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
app:
|
||||
image: git.kolkman.org/olaf/link-log:development # or :latest or a version-tag
|
||||
image: git.kolkman.org/olaf/link-log:${LINKLOG_VERSION:-latest} # or :development or a :version-tag
|
||||
container_name: ${APP_CONTAINER_NAME:-linklog-app}
|
||||
volumes:
|
||||
- ./linklog_data:/app/backend/data
|
||||
|
||||
Reference in New Issue
Block a user