Remove website tmpfs
All checks were successful
/ terraform (push) Successful in 29s
/ ansible (push) Successful in 1m36s

The server's disk is probably fast enough, and container restarts will nuke that storage anyway
This commit is contained in:
Jake Howard 2024-02-01 18:15:37 +00:00
parent 0c6528f9ca
commit dba0262801
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -23,8 +23,6 @@ services:
volumes: volumes:
- ./media:/app/media - ./media:/app/media
- ./cache:/tmp/nginx_cache - ./cache:/tmp/nginx_cache
tmpfs:
- /tmp
networks: networks:
- default - default
- coredns - coredns