Upgrade Plume

This commit is contained in:
Quentin 2021-09-02 15:35:59 +02:00
parent d40c41004d
commit e66b1c2c54
Signed by untrusted user: quentin
GPG Key ID: A98E9B769E4FF428
4 changed files with 7 additions and 12 deletions

View File

@ -1,13 +1,6 @@
version: '3.4'
services:
mariadb:
build:
context: ./seafile/build/mariadb
args:
VERSION: 4 # fake for now
image: superboum/amd64_mariadb:v4
# Instant Messaging
riot:
build:
@ -81,8 +74,8 @@ services:
build:
context: ./plume/build/plume
args:
VERSION: 5424f9110f8749eb7d9f01b44ac8074fc13e0e68
image: superboum/plume:v3
VERSION: 8c372aa6fcd05083601903d83b0fcb4915585a95
image: superboum/plume:v4
postfix:
build:

View File

@ -1,4 +1,4 @@
FROM rust:1.47.0-slim-buster as builder
FROM rust:1.54.0-slim-bullseye as builder
RUN apt-get update && \
apt-get install -y \

View File

@ -28,3 +28,5 @@ LDAP_USER_NAME_ATTR=cn
LDAP_USER_MAIL_ATTR=mail
LDAP_TLS=false
RUST_BACKTRACE=1
RUST_LOG=info

View File

@ -17,7 +17,7 @@ job "plume" {
task "plume" {
driver = "docker"
config {
image = "superboum/plume:v3"
image = "superboum/plume:v4"
network_mode = "host"
ports = [ "web_port" ]
#command = "cat"
@ -35,7 +35,7 @@ job "plume" {
}
resources {
memory = 100
memory = 300
cpu = 100
}