WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
ckan-container
Commits
a1a7e398
Commit
a1a7e398
authored
Feb 22, 2022
by
Sam
Browse files
remove db-inspect network from compose config
parent
77d0c54b
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
a1a7e398
...
...
@@ -18,8 +18,6 @@ secrets:
networks
:
ckan-internal
:
external
:
true
db-inspect
:
external
:
true
services
:
ckan
:
...
...
@@ -65,7 +63,6 @@ services:
-
pg_data:/var/lib/postgresql/data
networks
:
-
ckan-internal
-
db-inspect
healthcheck
:
test
:
[
"
CMD"
,
"
pg_isready"
,
"
-U"
,
"
$CKAN_DB_USER"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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