Skip to content

Commit

Permalink
Update mattermost
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsi committed Nov 24, 2020
1 parent 6267198 commit 712027f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 154 deletions.
6 changes: 3 additions & 3 deletions deployment/roles/mattermost/files/docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: "2"

services:
db:
image: mattermost/mattermost-prod-db:5.15.0
image: mattermost/mattermost-prod-db:5.29.0
restart: always
volumes:
- ${DATA_FOLDER}/db/var/lib/postgresql/data:/var/lib/postgresql/data
Expand All @@ -17,7 +17,7 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=mattermost
app:
image: mattermost/mattermost-prod-app:5.15.0
image: mattermost/mattermost-prod-app:5.29.0
restart: always
labels:
- "traefik.enable=false"
Expand All @@ -38,7 +38,7 @@ services:
depends_on:
- db
web:
image: mattermost/mattermost-prod-web:5.15.0
image: mattermost/mattermost-prod-web:5.29.0
expose:
- "80"
restart: always
Expand Down
151 changes: 2 additions & 149 deletions nodes/terraform.tfstate.d/dev/terraform.tfstate
@@ -1,155 +1,8 @@
{
"version": 4,
"terraform_version": "0.13.5",
"serial": 499,
"serial": 545,
"lineage": "8ee0545c-ae97-4b13-5819-5ffd9854b205",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "hcloud_rdns",
"name": "node1_v4",
"provider": "provider[\"registry.terraform.io/hetznercloud/hcloud\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"dns_ptr": "node1.spaceapi.rocks",
"floating_ip_id": null,
"id": "s-8615389-78.47.104.44",
"ip_address": "78.47.104.44",
"server_id": 8615389
},
"private": "bnVsbA==",
"dependencies": [
"hcloud_server.node1"
]
}
]
},
{
"mode": "managed",
"type": "hcloud_rdns",
"name": "node1_v6",
"provider": "provider[\"registry.terraform.io/hetznercloud/hcloud\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"dns_ptr": "node1.spaceapi.rocks",
"floating_ip_id": null,
"id": "s-8615389-2a01:4f8:c0c:201d::1",
"ip_address": "2a01:4f8:c0c:201d::1",
"server_id": 8615389
},
"private": "bnVsbA==",
"dependencies": [
"hcloud_server.node1"
]
}
]
},
{
"mode": "managed",
"type": "hcloud_server",
"name": "node1",
"provider": "provider[\"registry.terraform.io/hetznercloud/hcloud\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"backup_window": "",
"backups": false,
"datacenter": "nbg1-dc3",
"id": "8615389",
"image": "debian-10",
"ipv4_address": "78.47.104.44",
"ipv6_address": "2a01:4f8:c0c:201d::1",
"ipv6_network": "2a01:4f8:c0c:201d::/64",
"iso": null,
"keep_disk": false,
"labels": {},
"location": "nbg1",
"name": "node1.spaceapi.rocks",
"rescue": null,
"server_type": "cx11",
"ssh_keys": [
"506946",
"526391"
],
"status": "running",
"user_data": null
},
"private": "bnVsbA=="
}
]
},
{
"mode": "managed",
"type": "hcloud_volume_attachment",
"name": "main",
"provider": "provider[\"registry.terraform.io/hetznercloud/hcloud\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"automount": null,
"id": "2111019",
"server_id": 8615389,
"volume_id": 2111019
},
"private": "bnVsbA==",
"dependencies": [
"hcloud_server.node1"
]
}
]
},
{
"mode": "managed",
"type": "njalla_domain_record",
"name": "node1_v4",
"provider": "provider[\"registry.terraform.io/gidsi/njalla\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "78.47.104.44",
"domain": "spaceapi.rocks",
"id": "387111",
"name": "node1",
"ttl": 60,
"type": "A"
},
"private": "bnVsbA==",
"dependencies": [
"hcloud_server.node1"
]
}
]
},
{
"mode": "managed",
"type": "njalla_domain_record",
"name": "node1_v6",
"provider": "provider[\"registry.terraform.io/gidsi/njalla\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "2a01:4f8:c0c:201d::1",
"domain": "spaceapi.rocks",
"id": "387112",
"name": "node1",
"ttl": 60,
"type": "AAAA"
},
"private": "bnVsbA==",
"dependencies": [
"hcloud_server.node1"
]
}
]
}
]
"resources": []
}
4 changes: 2 additions & 2 deletions persistent/terraform.tfstate
@@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "0.13.5",
"serial": 77,
"serial": 78,
"lineage": "79b63ff1-f4e6-6d80-1075-d66cc148abdf",
"outputs": {
"ssh_key_id1": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"linux_device": "/dev/disk/by-id/scsi-0HC_Volume_2111019",
"location": "nbg1",
"name": "dev",
"server_id": 8615389,
"server_id": 8723716,
"size": 10
}
}
Expand Down

0 comments on commit 712027f

Please sign in to comment.