mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-01 06:29:44 +00:00
84b525f83e
Adds a pruning script which is installed but not set to run by default. Also adds for that script that can be run in a container that replicates the db container's conditions
9 lines
No EOL
215 B
YAML
9 lines
No EOL
215 B
YAML
version: "3"
|
|
|
|
services:
|
|
weeding:
|
|
build:
|
|
# We need to build from the parent directory so we can access weed.sh
|
|
context: ..
|
|
dockerfile: ./tests/Dockerfile
|
|
entrypoint: /testing-entrypoint.sh |