Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
ls.ext
Commits
f1a49ad5
Commit
f1a49ad5
authored
May 28, 2018
by
Petter Goksøyr Åsen
Browse files
Add sibyl container
parent
2adfa2bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-compose/common.yml
View file @
f1a49ad5
...
...
@@ -112,7 +112,7 @@ services:
SIBYL_PASSWORD
:
"
${SIBYL_PASSWORD:-admin}"
volumes
:
-
"
koha_mysql_data:/var/lib/mysql"
#
- ./setup_sibyl.sql:/docker-entrypoint-initdb.d/setup_sibyl.sql
-
./setup_sibyl.sql:/docker-entrypoint-initdb.d/setup_sibyl.sql
logging
:
driver
:
"
json-file"
options
:
...
...
@@ -120,11 +120,18 @@ services:
max-file
:
"
2"
sibyl
:
container_name
:
sibyl
depends_on
:
-
koha_mysql
image
:
alpine
command
:
-
"
sh
-c
'sleep
100"
image
:
digibib/sibyl:test
networks
:
-
backend
environment
:
SIBYL_USER
:
"
${SIBYL_USER:-admin}"
SIBYL_PASSWORD
:
"
${SIBYL_PASSWORD:-secret}"
KOHA_ADMINPASS
:
"
${KOHA_ADMINPASS:-secret}"
KOHA_ADMINUSER
:
"
${KOHA_ADMINUSER:-admin}"
KOHA_INSTANCE
:
"
${KOHA_INSTANCE:-name}"
catalinker
:
container_name
:
catalinker
...
...
docker-compose/dev.yml
View file @
f1a49ad5
...
...
@@ -29,8 +29,6 @@ services:
ports
:
-
"
8005:8005"
-
"
5070:5070"
extra_hosts
:
-
"
sibyl:10.172.3.100"
environment
:
KOHA_MYSQL_USER
:
"
${KOHA_ADMINUSER:-admin}"
KOHA_MYSQL_PASS
:
"
${KOHA_ADMINPASS:-secret}"
...
...
@@ -44,8 +42,6 @@ services:
volumes
:
-
"
${MOUNTPATH:-..}/redef/patron-client/src:/usr/src/app/src"
-
"
${MOUNTPATH:-..}/redef/patron-client/test:/usr/src/app/test"
extra_hosts
:
-
"
sibyl:10.172.3.100"
ports
:
-
"
8000:8000"
-
"
35729:35729"
...
...
@@ -136,6 +132,6 @@ services:
-
"
-c"
-
"
mkfifo
pipe;
while
true
;
do
{
read
line<pipe;echo
-e
'HTTP/1.1
200
OK
\\
r
\\
n'
;
}
|
nc
-l
-p
9999
>
pipe;
done"
# koha_indexer
:
#
ports:
#
- "
8009:8009
"
sibyl
:
ports
:
-
"
1666:1666
"
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