Commit 80078af4 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Añade volumen local para caché

parent ede0696d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ services:
        published: 443
        mode: host
    volumes:
      - cache-vol:/var/nginx/cache
      - acme-vol:/var/www/html
    secrets:
      - source: cert-chain
@@ -47,6 +48,9 @@ networks:
    external: true

volumes:
  cache-vol:
    name: cache-vol

  acme-vol:
    name: acme-vol