diff --git a/infra/prod/docker-compose.prod.yml b/infra/prod/docker-compose.prod.yml index 56222e2..1a879b5 100644 --- a/infra/prod/docker-compose.prod.yml +++ b/infra/prod/docker-compose.prod.yml @@ -7,6 +7,10 @@ services: - "8086:80" volumes: - ./config/jwt:/var/www/html/config/jwt:ro + - coltura_logs:/var/www/html/var/log extra_hosts: - "host.docker.internal:host-gateway" restart: unless-stopped + +volumes: + coltura_logs: