Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
18e80a95
Unverified
Commit
18e80a95
authored
Jan 22, 2023
by
Nicolas Giard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: file manager load
parent
b641f291
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
docker-compose.yml
docker-compose.yml
+28
-0
No files found.
docker-compose.yml
0 → 100644
View file @
18e80a95
version
:
'
3.8'
services
:
db
:
image
:
postgres:latest
restart
:
unless-stopped
volumes
:
-
postgres-data:/var/lib/postgresql/data
environment
:
POSTGRES_PASSWORD
:
postgres
POSTGRES_USER
:
postgres
POSTGRES_DB
:
postgres
ports
:
-
"
5432:5432"
pgadmin
:
image
:
dpage/pgadmin4:latest
environment
:
-
PGADMIN_DEFAULT_EMAIL=dev@js.wiki
-
PGADMIN_DEFAULT_PASSWORD=123123
-
PGADMIN_DISABLE_POSTFIX=True
-
PGADMIN_LISTEN_PORT=8000
-
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED=False
ports
:
-
"
8000:8000"
volumes
:
postgres-data
:
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