Marc Cataford
92d8d3672d
* feat(bookstack): working example bookstack instance * build(taskfiles): add Taskfile to handle start+stop * fix: ensure that network exists without erroring * chore(git): ignore Task bin * docs: notes on volumes, task commands * build(taskfiles): add build command, centralized user-supplied env * refactor(taskfiles): split away internal tasks * refactor(taskfiles): move environment variables into shared env.yml
6 lines
99 B
Bash
6 lines
99 B
Bash
#!/bin/bash
|
|
|
|
source constants.sh
|
|
|
|
docker rm -f $APP_CONTAINER_NAME
|
|
docker rm -f $DB_CONTAINER_NAME
|