Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3.13.0 dev #1

Merged
merged 7 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removing version from docker-compose files
hectorvent committed Sep 19, 2024
commit f37da381698a01c03a665960754a5ce8d6b5197e
4 changes: 1 addition & 3 deletions docker-compose.production.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
base: &base
image: chatwoot/chatwoot:latest
@@ -35,7 +33,7 @@ services:
restart: always

postgres:
image: postgres:12
image: postgres:15
restart: always
ports:
- '127.0.0.1:5432:5432'
4 changes: 1 addition & 3 deletions docker-compose.test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
base: &base
build:
@@ -39,7 +37,7 @@ services:
command: ['bundle', 'exec', 'sidekiq', '-C', 'config/sidekiq.yml']

postgres:
image: postgres:12
image: postgres:15
restart: always
ports:
- '5432:5432'
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
base: &base
build:
@@ -84,7 +82,7 @@ services:
command: bin/webpack-dev-server

postgres:
image: postgres:12
image: postgres:15
restart: always
ports:
- '5432:5432'