Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Recommend.Games
Board Game Scraper
Commits
d0bbf5cc
Verified
Commit
d0bbf5cc
authored
Oct 27, 2020
by
Markus Shepherd
🙈
Browse files
add images volume
parent
15c18483
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
docker-compose.yaml
docker-compose.yaml
+9
-0
No files found.
docker-compose.yaml
View file @
d0bbf5cc
...
...
@@ -12,6 +12,7 @@ services:
DONT_RUN_BEFORE_SEC
:
21600
# 6 hours
volumes
:
-
./feeds:/app/feeds
-
./images:/app/images
restart
:
always
stop_grace_period
:
15m
stop_signal
:
SIGINT
...
...
@@ -28,6 +29,7 @@ services:
GOOGLE_APPLICATION_CREDENTIALS
:
/app/gs.json
volumes
:
-
./feeds:/app/feeds
-
./images:/app/images
-
../recommend-games-server/gs.json:/app/gs.json
restart
:
always
stop_grace_period
:
15m
...
...
@@ -44,6 +46,7 @@ services:
DONT_RUN_BEFORE_SEC
:
10800
# 3 hours
volumes
:
-
./feeds:/app/feeds
-
./images:/app/images
restart
:
always
stop_grace_period
:
15m
stop_signal
:
SIGINT
...
...
@@ -59,6 +62,7 @@ services:
DONT_RUN_BEFORE_SEC
:
21600
# 6 hours
volumes
:
-
./feeds:/app/feeds
-
./images:/app/images
restart
:
always
stop_grace_period
:
15m
stop_signal
:
SIGINT
...
...
@@ -75,6 +79,7 @@ services:
SCRAPER_FILE_TAG
:
'
-geeklist${SCRAPER_FILE_TAG}'
volumes
:
-
./feeds:/app/feeds
-
./images:/app/images
restart
:
always
stop_grace_period
:
15m
stop_signal
:
SIGINT
...
...
@@ -90,6 +95,7 @@ services:
DONT_RUN_BEFORE_SEC
:
21600
# 6 hours
volumes
:
-
./feeds:/app/feeds
-
./images:/app/images
restart
:
always
stop_grace_period
:
30m
stop_signal
:
SIGINT
...
...
@@ -105,6 +111,7 @@ services:
DONT_RUN_BEFORE_SEC
:
21600
# 6 hours
volumes
:
-
./feeds:/app/feeds
-
./images:/app/images
restart
:
always
stop_grace_period
:
15m
stop_signal
:
SIGINT
...
...
@@ -120,6 +127,7 @@ services:
DONT_RUN_BEFORE_SEC
:
21600
# 6 hours
volumes
:
-
./feeds:/app/feeds
-
./images:/app/images
restart
:
always
stop_grace_period
:
30m
stop_signal
:
SIGINT
...
...
@@ -135,6 +143,7 @@ services:
DONT_RUN_BEFORE_SEC
:
21600
# 6 hours
volumes
:
-
./feeds:/app/feeds
-
./images:/app/images
restart
:
always
stop_grace_period
:
15m
stop_signal
:
SIGINT
...
...
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