Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
152
Issues
152
List
Board
Labels
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
9166bb01
Commit
9166bb01
authored
Aug 31, 2022
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[postgres] upgrade postgres to version 14
parent
f6672a0b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
3 deletions
+21
-3
docker-compose.yaml
devops/docker/docker-compose.yaml
+21
-3
No files found.
devops/docker/docker-compose.yaml
View file @
9166bb01
version
:
'
3'
version
:
'
3'
services
:
services
:
#postgres11:
# #image: 'postgres:latest'
# image: 'postgres:11'
# network_mode: host
# #command: ["postgres", "-c", "log_statement=all"]
# #ports:
# #- 5432:5432
# environment:
# POSTGRES_USER: gargantua
# POSTGRES_PASSWORD: C8kdcUrAQy66U
# POSTGRES_DB: gargandbV5
# volumes:
# - garg-pgdata:/var/lib/postgresql/data
# - ../:/gargantext
# - ../dbs:/dbs
# - ../postgres/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro
postgres
:
postgres
:
#image: 'postgres:latest'
#image: 'postgres:latest'
image
:
'
postgres:1
1
'
image
:
'
postgres:1
4
'
network_mode
:
host
network_mode
:
host
#command: ["postgres", "-c", "log_statement=all"]
#command: ["postgres", "-c", "log_statement=all"]
#ports:
#ports:
...
@@ -13,7 +30,7 @@ services:
...
@@ -13,7 +30,7 @@ services:
POSTGRES_PASSWORD
:
C8kdcUrAQy66U
POSTGRES_PASSWORD
:
C8kdcUrAQy66U
POSTGRES_DB
:
gargandbV5
POSTGRES_DB
:
gargandbV5
volumes
:
volumes
:
-
garg-pgdata
:/var/lib/postgresql
/data
-
garg-pgdata
14:/var/lib/postgresql-11
/data
-
../:/gargantext
-
../:/gargantext
-
../dbs:/dbs
-
../dbs:/dbs
-
../postgres/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro
-
../postgres/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro
...
@@ -44,5 +61,6 @@ services:
...
@@ -44,5 +61,6 @@ services:
-
5000:5000
-
5000:5000
volumes
:
volumes
:
garg-pgdata
:
#garg-pgdata:
garg-pgdata14
:
js-cache
:
js-cache
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment