Skip to content

Commit

Permalink
updated postges db password
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Dec 16, 2024
1 parent 8af3f5f commit c7d6380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
restart: always
environment:
GITLAB_ROOT_EMAIL: [email protected]
GITLAB_ROOT_PASSWORD: f0ll0wth3whit3raBB1t
GITLAB_ROOT_PASSWORD: f0ll0wth3whit3r@@BB1t
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://localhost:8000'
nginx['listen_port'] = 8000
Expand Down Expand Up @@ -45,9 +45,7 @@ services:
environment:
- POSTGRES_DB=artifactory
- POSTGRES_USER=artifactory
- POSTGRES_PASSWORD=f0ll0wth3whit3raBB1t
ports:
- 127.0.0.1:5432:5432
- POSTGRES_PASSWORD=artifactory
volumes:
- ./vols/postgres/var/data/postgres/data:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro
Expand Down
2 changes: 1 addition & 1 deletion vols/artifactory/var/etc/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ shared:
type: postgresql
driver: org.postgresql.Driver
username: artifactory
password: f0ll0wth3whit3r@@BB1t
password: artifactory
url: jdbc:postgresql://postgres:5432/artifactory
router:
entrypoints:
Expand Down

0 comments on commit c7d6380

Please sign in to comment.