Stub out cookie/privacy policy. Add memcached to docker image

This commit is contained in:
Ross
2022-11-21 15:00:52 +00:00
parent 0b90308394
commit 653baa85ff
8 changed files with 40 additions and 3 deletions
+4
View File
@@ -24,6 +24,10 @@ services:
- POSTGRES_USER=django
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=rad
cache:
image: memcached
ports:
- 11211:11211
volumes:
postgres_data: