This is an automated email from the ASF dual-hosted git repository.
friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new a51be55db8 Make CiaB database non-persistent (#7648)
a51be55db8 is described below
commit a51be55db87e9496d205a7b8454d537e0a6a3920
Author: Zach Hoffman <[email protected]>
AuthorDate: Fri Jul 14 12:06:33 2023 -0600
Make CiaB database non-persistent (#7648)
---
docs/source/admin/quick_howto/ciab.rst | 2 --
infrastructure/cdn-in-a-box/docker-compose.yml | 1 -
2 files changed, 3 deletions(-)
diff --git a/docs/source/admin/quick_howto/ciab.rst
b/docs/source/admin/quick_howto/ciab.rst
index 1faa5d748d..1ffafd115e 100644
--- a/docs/source/admin/quick_howto/ciab.rst
+++ b/docs/source/admin/quick_howto/ciab.rst
@@ -119,8 +119,6 @@ To test the ``foo.kabletown.net.`` Federation:
# Expected response:
foo.kabletown.net.
-When the CDN is to be shut down, it is often best to do so using ``sudo
docker-compose down -v`` due to the use of shared volumes in the system which
might interfere with a proper initialization upon the next run.
-
Readiness Check
"""""""""""""""
diff --git a/infrastructure/cdn-in-a-box/docker-compose.yml
b/infrastructure/cdn-in-a-box/docker-compose.yml
index bcd9bc42ff..37dc3c43ab 100644
--- a/infrastructure/cdn-in-a-box/docker-compose.yml
+++ b/infrastructure/cdn-in-a-box/docker-compose.yml
@@ -45,7 +45,6 @@ services:
depends_on:
- dns
volumes:
- - /var/lib/postgresql/data
- shared:/shared
env_file:
- variables.env